-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 951 Bytes
/
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
{
"name": "dialogger",
"version": "0.1.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js | bunyan",
"build": "bower install --allow-root && (cd public/bower_components/html5-video-compositor/ && npm install && npm run build) && (cd public/semantic && gulp build)",
"postinstall": ""
},
"author": "Chris Baume <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"body-parser": "^1.14.1",
"bunyan": "^1.5.1",
"connect-mongodb-session": "^1.0.5",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"express-session": "^1.11.3",
"mimovie": "^1.0.0",
"mkdirp": "^0.5.1",
"mongodb": "^2.0",
"monk": "^6.0",
"multer": "^1.0.5",
"node-schedule": "^0.2.9",
"passport": "^0.3.0",
"passport-local": "^1.0.0",
"request": "^2.64.0",
"semantic-ui": "^2.2.11"
}
}