-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
33 lines (33 loc) · 888 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
33
{
"name": "diff-cam-feed",
"version": "1.0.0",
"private": true,
"description": "Web app that uses motion detection to take a snapshot when something moves, then uploads the image to Twitter.",
"main": "dist/server/app.js",
"scripts": {
"start": "node dist/server/app.js",
"postinstall": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Will Boyd",
"license": "MIT",
"engines": {
"node": "6.11.1"
},
"dependencies": {
"body-parser": "^1.14.2",
"express": "^4.13.3",
"express-handlebars": "^3.0.0",
"express-session": "^1.13.0",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-jshint": "^2.0.0",
"gulp-sass": "^2.1.1",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0",
"passport": "^0.3.2",
"passport-twitter": "^1.0.3",
"twitter": "^1.2.5"
}
}