forked from interledger/rfcs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 847 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
{
"name": "interledger-rfcs",
"version": "0.0.0",
"description": "Interledger RFCs package",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"cheerio": "^0.20.0",
"ejs": "^2.4.1",
"glob": "^7.0.3",
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-kramdown-rfc2629": "0.0.2",
"marked": "^0.3.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/interledger/rfcs.git"
},
"keywords": [
"interledger",
"documents",
"standard",
"rfc",
"request-for-comment"
],
"author": "Interledger Team <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/interledger/rfcs/issues"
},
"homepage": "https://github.com/interledger/rfcs"
}