-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.11 KB
/
package.json
File metadata and controls
41 lines (41 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
{
"name": "screen-admin-nodejs",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Warning: No tests specified\" && exit 0"
},
"author": "Open City",
"license": "ISC",
"dependencies": {
"colors": "^1.0.3",
"express": "^4.11.2",
"forever-monitor": "^1.5.2",
"gaikan": "barringtonhaynes/gaikan",
"http-auth": "^2.2.5",
"nconf": "^0.7.1"
},
"devDependencies": {
"browserify": "^7.0.2",
"chai": "^1.10.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.2.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.9.0",
"grunt-simple-mocha": "^0.4.0",
"karma": "^0.12.28",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^0.3.1",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"karma-sinon-chai": "^0.2.0"
}
}