forked from fitnessforlife/mfp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.04 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
{
"name": "mfp",
"version": "0.6.1",
"description": "A third-party API for accessing MyFitnessPal diary data",
"main": "index.js",
"scripts": {
"test": "gulp test",
"coveralls": "gulp coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/andrewzey/mfp.git"
},
"keywords": [
"MyFitnessPal",
"mfp",
"my",
"fitness",
"pal",
"food",
"diary"
],
"author": "Andrew Zey <andrew@andrewzey.com> (http://andrewzey.com/)",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/andrewzey/mfp/blob/master/LICENSE-MIT"
}
],
"bugs": {
"url": "https://github.com/andrewzey/mfp/issues"
},
"homepage": "https://github.com/andrewzey/mfp",
"dependencies": {
"cheerio": "^0.19.0",
"request": "^2.58.0",
"chai": "^3.0.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^0.10.0",
"gulp-jshint": "^1.11.0",
"gulp-mocha": "^2.1.2",
"jshint-stylish": "^2.0.1",
"nock": "^2.6.0"
}
}