-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.04 KB
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
{
"name": "passport-fitbit-oauth2",
"version": "1.0.0",
"description": "An OAuth2 passport strategy for Fitbit",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --require test/bootstrap/node test/*.test.js",
"cover": "./node_modules/.bin/istanbul cover --preserve-comments ./node_modules/.bin/_mocha -- --reporter spec --require test/bootstrap/node test/*.test.js"
},
"directories": {
"example": "examples"
},
"dependencies": {
"passport-oauth2": "^1.1.2"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-passport-strategy": "^1.0.0",
"istanbul": "^0.4.4",
"mocha": "^2.5.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thegameofcode/passport-fitbit-oauth2.git"
},
"keywords": [
"passport",
"fitbit",
"oauth2"
],
"author": "Gustavo Marin",
"license": "MIT",
"bugs": {
"url": "https://github.com/thegameofcode/passport-fitbit-oauth2/issues"
},
"homepage": "https://github.com/thegameofcode/passport-fitbit-oauth2#readme"
}