-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "figureeditor",
"version": "0.0.0",
"private": true,
"scripts": {
"nodemon": "node node_modules/nodemon/bin/nodemon.js",
"start": "node ./bin/www",
"karma": "node node_modules/karma/bin/karma start karma.conf.js",
"test": "npm run karma"
},
"dependencies": {
"amdefine": "^1.0.1",
"backbone": "^1.3.3",
"backbone.marionette": "^3.3.1",
"bluebird": "^3.5.0",
"body-parser": "^1.16.0",
"chai": "^3.5.0",
"cookie-parser": "^1.4.3",
"d3": "^4.8.0",
"debug": "^2.6.0",
"express": "^4.14.1",
"jquery": "^3.2.1",
"karma": "^1.7.0",
"karma-chai": "^0.1.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"mocha": "^3.4.1",
"morgan": "^1.7.0",
"pug": "^2.0.0-rc.1",
"requirejs": "^2.3.3",
"serve-favicon": "^2.3.2",
"text": "github:requirejs/text",
"underscore": "^1.8.3"
},
"devDependencies": {
"karma-chrome-launcher": "^2.1.1",
"karma-mocha": "^1.3.0",
"karma-requirejs": "^1.1.0",
"nodemon": "^1.11.0"
},
"main": "./bin/www",
"author": "aovchinn",
"license": "MIT"
}