-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.13 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.13 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
46
47
48
{
"name": "openstream",
"main": "server.js",
"license": "MIT",
"author": "Nicholas Buchanan",
"version": "1.6.4",
"url": "http://openstream.openhack.net",
"repository": {
"type": "git",
"url": "https://github.com/omnipotentuser/openstream.git"
},
"engines": {
"node": "0.12.x"
},
"devDependencies": {
"connect-livereload": "^0.5.0",
"gulp": "^3.8.8",
"gulp-concat": "^2.4.1",
"gulp-jade": "^0.9.0",
"gulp-jshint": "^1.8.5",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "^0.3.11",
"gulp-nodemon": "^1.0.4",
"gulp-rename": "^1.2.0",
"gulp-stylus": "^1.3.3",
"gulp-uglify": "^1.0.1",
"gulp-watch": "^1.1.0",
"jshint-stylish": "^1.0.0"
},
"dependencies": {
"body-parser": "^1.0.1",
"cookie-parser": "^1.0.1",
"errorhandler": "^1.0.0",
"express": "^4.0.0",
"jade": "^1.3.0",
"method-override": "^1.0.0",
"morgan": "^1.0.0",
"nib": "^1.0.3",
"node-minify": "^1.0.0",
"request": "^2.53.0",
"serve-favicon": "^2.1.7",
"socket.io": "1.3.3",
"stylus": "^0.49.3"
},
"scripts": {
"start": "node server.js"
}
}