-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 854 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 854 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
34
35
36
{
"name": "AdaptUp",
"version": "0.0.1",
"description": "Download detailed user data from Jawbone UP into a csv file",
"main": "server.js",
"author": "Leonard Ng'eno",
"license": "MIT",
"scripts": {
"start": "node server.js"
},
"devDependencies": {
"standard": "8.6.0"
},
"dependencies": {
"ejs": "^2.3.1",
"express": "^4.13.4",
"fs": "0.0.2",
"body-parser": "^1.14.0",
"https": "^1.0.0",
"jawbone-up": "git+https://git@github.com/DukeMobileTech/node-jawbone-up/#master",
"passport": "^0.2.1",
"passport-oauth": "^1.0.0",
"json-2-csv": "^2.0.0",
"js-yaml": "3.5.5 ",
"async": "2.0.0-rc.2",
"archiver": "1.3.0",
"mime": "1.3.4",
"path": "0.12.7",
"winston": "2.3.1",
"express-winston": "2.1.3"
},
"engines": {
"node": "6.9.x",
"npm": "3.10.x"
}
}