forked from interledger/rfcs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 802 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
{
"name": "interledger-rfcs",
"version": "0.0.0",
"description": "Interledger RFCs package",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"cheerio": "^0.20.0",
"ejs": "^2.4.1",
"front-matter": "^2.1.2",
"glob": "^7.0.3",
"marked": "^0.3.5",
"viz.js": "^1.7.1"
},
"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"
}