-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 981 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
39
40
41
42
43
44
45
46
{
"name": "bixby-security-tokens-confidential",
"version": "0.0.0",
"description": "Confidential security tokens for use with bixby-security.",
"keywords": [
"security",
"token",
"assertion"
],
"author": {
"name": "Jared Hanson",
"email": "[email protected]",
"url": "http://jaredhanson.net/"
},
"repository": {
"type": "git",
"url": "git://github.com/bixbyjs/bixby-tokens-secret.git"
},
"bugs": {
"url": "http://github.com/bixbyjs/bixby-tokens-secret/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"main": "./app",
"assembly": {
"namespace": "security/tokens",
"components": [
"fernet/token",
"iron"
]
},
"dependencies": {},
"devDependencies": {
"make-node": "^0.3.0",
"mocha": "^2.0.0",
"chai": "^3.0.0"
},
"scripts": {
"test": "node_modules/.bin/mocha test/*.test.js"
}
}