forked from PayString/rfcs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 945 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
{
"name": "payid-rfcs",
"version": "1.0.0",
"description": "PayID RFCs and associated tests",
"keywords": [
"payid",
"spec",
"test",
"vectors",
"testsuite",
"suite",
"unit",
"cases",
"crypto",
"verify"
],
"homepage": "https://github.com/payid-org/rfcs#readme",
"bugs": {
"url": "https://github.com/payid-org/rfcs/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/payid-org/rfcs.git"
},
"license": "Apache-2.0",
"author": "David Fuelling <[email protected]>",
"main": "index.js",
"scripts": {
"spec": "rm -f dist/spec/payid.*; grunt kramdown_rfc2629",
"watch": "npm run spec && grunt watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"grunt-cli": "^1.3.2"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-kramdown-rfc2629": "0.0.2"
}
}