-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 892 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
{
"name": "solo",
"version": "0.2.2",
"description": "The simplest publication tool",
"main": "src/index.js",
"scripts": {
"start": "watchify src/index.js -o bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kodedninja/solo.git"
},
"author": "kodedninja",
"license": "MIT",
"bugs": {
"url": "https://github.com/kodedninja/solo/issues"
},
"homepage": "https://github.com/kodedninja/solo#readme",
"dependencies": {
"choo": "^6.6.1",
"forkup": "^0.2.0",
"markdown-it": "^8.4.1",
"markdown-it-sup": "^1.0.0",
"nanocomponent": "^6.5.1",
"nanohtml": "^1.2.2",
"smarkt": "0.0.6",
"watchify": "^3.9.0",
"xhr": "^2.4.1"
},
"update": {
"url": "dat://b89507488b68892978dcdc6cb32e21040b2cd0fdcd304c502e17289aad10d95e/",
"files": [
"/bundle.js",
"/styles/ff.css"
]
}
}