forked from guardian/pan-domain-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 890 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
38
{
"name": "pan-domain-node",
"version": "0.3.0",
"description": "NodeJs implementation of Guardian pan-domain auth verification",
"main": "lib/pandaAuth.js",
"directories": {
"test": "spec"
},
"scripts": {
"test": "node node_modules/jasmine-node/lib/jasmine-node/cli.js spec"
},
"repository": {
"type": "git",
"url": "https://github.com/guardian/pan-domain-node.git"
},
"keywords": [
"auth",
"guardian"
],
"author": {
"name": "Chris Finch",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/guardian/pan-domain-node/issues"
},
"homepage": "https://github.com/guardian/pan-domain-node",
"dependencies": {
"colors": "^1.1.2",
"pan-domain-public-keys": "^1.2.0",
"q": "^1.4.1",
"qs": "^5.2.0"
},
"devDependencies": {
"jasmine-node": "^1.14.5"
}
}