-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 loc) · 1.23 KB
/
package.json
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": "automatic-events-websocket-demo",
"version": "0.1.0",
"description": "Automatic Events Websocket Demo Application",
"author": {
"name": "Brendan Nee",
"email": "[email protected]",
"url": "http://www.automatic.com"
},
"repository": {
"type": "git",
"url": "http://github.com/automatic/automatic-events-websocket-demo.git"
},
"bugs": {
"url": "http://github.com/automatic/automatic-events-websocket-demo/issues"
},
"license": "Apache-2.0",
"dependencies": {
"body-parser": "1.15.1",
"bower": "1.7.9",
"cookie-parser": "1.4.2",
"debug": "2.2.0",
"express": "4.13.4",
"express-session": "1.13.0",
"morgan": "1.7.0",
"nconf": "0.8.4",
"pug": "2.0.0-alpha8",
"request": "2.72.0",
"serve-favicon": "2.3.0",
"simple-oauth2": "0.7.0",
"socket.io-client": "1.4.6",
"underscore": "1.8.3",
"ws": "1.1.0"
},
"devDependencies": {
"gulp": "3.9.1",
"gulp-jshint": "2.0.1",
"gulp-load-plugins": "1.2.4",
"gulp-nodemon": "2.0.7"
},
"engines": {
"node": "6.2.0"
},
"scripts": {
"start": "node ./bin/www",
"postinstall": "./node_modules/bower/bin/bower cache clean && ./node_modules/bower/bin/bower install"
}
}