-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.54 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "fitbit-leaderboard",
"version": "1.0.0",
"description": "A leaderboard for meltmedia's Fitbit challenge",
"main": "app.js",
"scripts": {
"postinstall": "./node_modules/.bin/bower install",
"start": "./node_modules/.bin/grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/meltmedia/fitbit-leaderboard.git"
},
"author": "Jimmy King <jimmy.king@meltmedia.com> (http://jimmyking.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/meltmedia/fitbit-leaderboard/issues"
},
"homepage": "https://github.com/meltmedia/fitbit-leaderboard",
"dependencies": {
"basic-auth": "^1.0.3",
"bower": "^1.3.12",
"cookie-parser": "^1.3.3",
"debug": "^2.0.0",
"ejs": "^2.5.5",
"express": "^4.9.4",
"express-session": "^1.8.2",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-ng-constant": "^1.0.0",
"grunt-nodemon": "^0.3.0",
"grunt-sass": "^0.14.2",
"jwt-simple": "^0.5.0",
"krypt": "^0.3.0",
"lodash": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
"moment": "^2.8.3",
"mongoose": "^3.8.x",
"open": "0.0.5",
"passport": "^0.2.1",
"passport-fitbit-oauth2": "^1.0.2",
"promise": "^6.0.0",
"request": "^2.44.0",
"uuid-v4": "^0.1.0",
"winston": "^1.0.1",
"winston-loggly": "^1.1.0"
}
}