-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.53 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
{
"name": "quantified",
"version": "0.0.3",
"author": "Gianfranco Cecconi <gianfranco.cecconi@digitalcontraptionsimaginarium.co.uk>",
"description": "The objective of the project is to build a Nodejs library capable of interfacing the mainstream health and fitness trackers and to export their data in a way that is consistent across different brands and devices. This will allow to run data analysis on larger populations of users who are willing to offer access to their personal data, e.g. for medical research.",
"author": {
"name": "Gianfranco Cecconi",
"email": "gianfranco.cecconi@digitalcontraptionsimaginarium.co.uk",
"url": "http://www.digitalcontraptionsimaginarium.co.uk"
},
"contributors": [
{
"name": "Gianfranco Cecconi",
"email": "gianfranco.cecconi@digitalcontraptionsimaginarium.co.uk"
}
],
"homepage": "https://github.com/giacecco/quantified",
"repository": {
"type": "git",
"url": "git://github.com/giacecco/quantified.git"
},
"bugs": {
"url": "https://github.com/giacecco/quantified/issues"
},
"keywords": [
"Angel",
"Jawbone", "UP", "UP24",
"Fitbit", "Flex", "Zip", "One", "Aria",
"Nike", "Fuel",
"band", "quantified self", "self hacking"
],
"main": "./lib/main",
"dependencies" : {
"async": ">=0.2.9",
"request": ">=2.27.0",
"underscore": ">=1.5.2"
},
"devDependencies": {
"csv": ">=0.3.6",
"node-jpath": ">=2.1.0",
"optimist": ">=0.6.0"
},
"license": "MIT",
"engines": {
"node": ">=0.10.21"
}
}