-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 765 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 765 Bytes
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": "fitbit",
"version": "0.0.9",
"private": true,
"scripts": {
"start": "gulp build && node app.js",
"dev": "set DEBUG=fitbit:* && gulp dev"
},
"author": {
"name": "Doug Keller"
},
"engines": {
"node": "4.1.1",
"npm": "3.3.5"
},
"dependencies": {
"body-parser": "^1.14.1",
"express": "^4.13.3",
"express-session": "^1.12.1",
"jade": "^1.11.0",
"method-override": "^2.3.5",
"morgan": "^1.6.1",
"nodemon": "^1.8.1",
"serve-favicon": "^2.3.0",
"simple-oauth2": "git://github.com/DougKeller/simple-oauth2.git",
"bluebird": "^2.10.2",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.1",
"gulp-nodemon": "^2.0.4",
"gulp-uglify": "^1.5.1"
}
}