forked from BronzeFlamingos/Pathlete
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json.cp
51 lines (51 loc) · 1.26 KB
/
package.json.cp
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
49
50
51
{
"name": "server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "gulp test"
},
"dependencies": {
"body-parser": "~1.10.2",
"cookie-parser": "~1.3.3",
"dotenv": "^0.5.1",
"express": "~4.11.1",
"express-session": "^1.10.1",
"firebase": "^2.1.1",
"fitbit-node": "^0.1.0",
"gulp": "^3.8.10",
"gulp-compass": "~2.0.3",
"gulp-concat": "^2.4.3",
"gulp-coveralls": "^0.1.3",
"gulp-exit": "0.0.2",
"gulp-istanbul": "^0.5.0",
"gulp-jshint": "~1.9.0",
"gulp-karma": "0.0.4",
"gulp-minify-css": "~0.3.11",
"gulp-mocha": "^2.0.0",
"gulp-plumber": "^0.6.6",
"gulp-preprocess": "^1.2.0",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~1.0.2",
"gulp-watch": "~3.0.0",
"jshint-stylish": "~1.0.0",
"morgan": "~1.5.1",
"passport": "^0.2.1",
"passport-fitbit": "^0.1.2",
"run-sequence": "^1.0.2",
"serve-favicon": "~2.2.0"
},
"devDependencies": {
"angular-mocks": "^1.3.12",
"chai": "^1.10.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-cli": "0.0.4",
"karma-coverage": "^0.2.7",
"karma-mocha": "^0.1.10",
"mocha": "^2.1.0",
"supertest": "^0.15.0"
}
}