-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
50 lines (50 loc) · 1.33 KB
/
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
47
48
49
50
{
"name": "crypto-conditions-meta",
"version": "1.0.0",
"description": "Crypto-conditions spec and tests",
"main": "index.js",
"scripts": {
"build": "rm -f test-vectors/valid/*; node scripts/generate_test_vectors.js",
"test": "echo \"Error: no test specified\" && exit 1",
"spec": "rm -f dist/spec/crypto-conditions.*; grunt kramdown_rfc2629"
},
"repository": {
"type": "git",
"url": "git+https://github.com/interledger/crypto-conditions.git"
},
"keywords": [
"crypto-conditions",
"spec",
"test",
"vectors",
"testsuite",
"suite",
"unit",
"cases",
"crypto",
"verify"
],
"author": "Interledger Team <info@interledger.org>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/interledger/crypto-conditions/issues"
},
"homepage": "https://github.com/interledger/crypto-conditions#readme",
"devDependencies": {
"base64url": "^2.0.0",
"ed25519": "0.0.4",
"eslint": "^3.12.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-kramdown-rfc2629": "0.0.2",
"lodash": "^4.17.2",
"mustache": "^2.3.0",
"node-rsa": "^0.4.2",
"sinon": "^1.17.6",
"tmp": "0.0.31",
"xmldoc": "^0.5.1"
}
}