forked from sensu/uchiwa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.23 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
45
{
"name": "uchiwa",
"version": "0.2.1",
"private": true,
"scripts": {
"postinstall": "bower --allow-root install",
"test": "grunt default",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update",
"preprotractor": "npm run update-webdriver",
"protractor": "protractor test/protractor-conf.js",
"protractor-debug": "protractor debug test/protractor-conf.js",
"prestart": "npm install",
"start": "node app.js"
},
"dependencies": {
"async": "0.2.*",
"bower": "^1.3.4",
"ejs": "0.8.*",
"express": "3.4.*",
"moment": "2.5.*",
"socket.io": "0.9.*",
"underscore": "1.6.*",
"yargs": "1.2.*"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-newer": "~0.6.1",
"jshint-stylish": "~0.1.3",
"load-grunt-tasks": "~0.4.0",
"grunt-contrib-sass": "^0.7.3",
"time-grunt": "~0.2.1",
"grunt-karma": "^0.8.2",
"istanbul": "~0.2.6",
"karma": "~0.12.0",
"karma-coverage": "~0.2.0",
"karma-jasmine": "~0.1.0",
"karma-junit-reporter": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.2",
"phantomjs": "~1.9.7",
"protractor": "^0.24.2"
}
}