-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 886 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
36
37
{
"name": "node-oauth-validator",
"version": "0.0.1",
"description": "Simple server side oauth validation",
"main": "index.js",
"scripts": {
"test": "make test"
},
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "https://github.com/jschneider98/node-oauth-validator.git"
},
"keywords": [
"oauth",
"server",
"validation"
],
"author": "James G. Schneider <[email protected]> (https://github.com/jschneider98)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jschneider98/node-oauth-validator/issues"
},
"homepage": "https://github.com/jschneider98/node-oauth-validator",
"dependencies": {
"oauth": "^0.9.14"
},
"devDependencies": {
"chai": "^3.4.1",
"coveralls": "^2.11.11",
"istanbul": "^0.4.4",
"mocha": "^2.3.4",
"mocha-lcov-reporter": "^1.2.0"
}
}