forked from thegameofcode/fitbit-client-oauth2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 855 Bytes
/
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
{
"name": "fitbit-client-oauth2",
"version": "2.0.3",
"description": "A fitbit client using OAuth 2.0 authentication.",
"main": "src/index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thegameofcode/fitbit-client-oauth2.git"
},
"keywords": [
"fitbit",
"oauth2"
],
"author": "Gustavo Marin",
"license": "MIT",
"bugs": {
"url": "https://github.com/thegameofcode/fitbit-client-oauth2/issues"
},
"homepage": "https://github.com/thegameofcode/fitbit-client-oauth2#readme",
"dependencies": {
"moment": "^2.10.6",
"object-assign": "^4.0.1",
"promise": "^7.0.3",
"request-promise": "^1.0.2",
"simple-oauth2": "^0.2.1"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"nock": "^3.3.2"
}
}