-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 826 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
{
"name": "passport-smartthings",
"version": "0.3.7",
"description": "A Passport.js OAuth 2.0 strategy for Smart Things",
"main": "lib/passport-smartthings",
"scripts": {
"test": "NODE_PATH=lib node_modules/.bin/jasmine-node --test-dir spec"
},
"repository": {
"type": "git",
"url": "git://github.com/jeff-blaisdell/passport-smartthings.git"
},
"keywords": [
"SmartThings",
"Passport",
"OAuth"
],
"author": "Jeff Blaisdell",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/jeff-blaisdell/passport-smartthings/issues"
},
"homepage": "https://github.com/jeff-blaisdell/passport-smartthings",
"dependencies": {
"passport-oauth2": "^1.1.2",
"pkginfo": "0.3.0"
},
"devDependencies": {
"jasmine-node": "^1.14.5",
"oauth": "^0.9.12"
}
}