-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 832 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
34
35
{
"name": "fitbit-dashboard",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.0.0",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"express": "~4.0.0",
"express-session": "^1.11.3",
"grant-express": "^3.3.2",
"jade": "~1.3.0",
"morgan": "~1.0.0",
"purest": "^1.1.5",
"static-favicon": "~1.0.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-develop-server": "^0.4.3",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.11.0",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-watch": "^4.2.4",
"jscs": "^1.13.1",
"jshint": "^2.8.0",
"jshint-stylish-ex": "^0.2.0",
"precommit-hook": "latest"
}
}