-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
30 lines (30 loc) · 848 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
{
"name": "wiki",
"description": "Wiki for urbit",
"hash": "0v1j.ogu1b.01ksc.1p62b.iibc8.u5p2u.lrtb0.74mks.ma8l4.b95d3.l3qe0",
"homepage": "https://github.com/asssaf/urbit-wiki",
"items": [
{
"type": "fileset",
"base": "https://raw.githubusercontent.com/asssaf/urbit-wiki/master/src",
"rels": [
"/sur/wiki.hoon",
"/mar/wiki/change.hoon",
"/mar/wiki/articles.hoon",
"/app/wiki.hoon"
]
},
{
"type": "fileset",
"base": "https://raw.githubusercontent.com/asssaf/urbit-wiki/master/src",
"rels": [
"/web/pages/wiki.hoon",
"/web/pages/wiki/wiki.css",
"/web/pages/wiki/main.js",
"/web/pages/wiki/marked/marked.min.js",
"/web/pages/wiki/vue/vue.js",
"/web/pages/wiki/vue-router/vue-router.js"
]
}
]
}