-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
50 lines (50 loc) · 1.32 KB
/
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
42
43
44
45
46
47
48
49
50
{
"name": "orkl",
"version": "0.4.6",
"description": "Super simple peer-to-peer blogging site",
"main": "src/index.js",
"scripts": {
"start": "watchify src/index.js -t sheetify -t yo-yoify -t es2040 -o bundle.js",
"build": "browserify src/index.js -t sheetify -t yo-yoify -y es2040 -o bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kodedninja/orkl.git"
},
"author": "kodedninja",
"license": "MIT",
"bugs": {
"url": "https://github.com/kodedninja/orkl/issues"
},
"homepage": "https://github.com/kodedninja/orkl#readme",
"dependencies": {
"@sindresorhus/slugify": "^0.2.0",
"choo": "^6.6.1",
"dom-autofocus": "^1.0.1",
"folderify": "^1.2.1",
"forkup": "^0.2.0",
"markdown-it": "^8.4.1",
"markdown-it-implicit-figures": "^0.9.0",
"markdown-it-sup": "^1.0.0",
"medium-zoom": "^0.4.0",
"monoimage": "^0.1.2",
"nanocomponent": "^6.5.1",
"rss": "^1.2.2",
"sheetify": "^7.3.3",
"smarkt": "0.0.1",
"xhr": "^2.4.1"
},
"update": {
"url": "dat://7c008f84aed883c5f8b033955f1678b8c1d5af2d0f9f2f93c69fbc5aeece4a6b/",
"files": [
"/bundle.js",
"/styles/ff.css"
]
},
"devDependencies": {
"browserify": "^16.2.3",
"es2040": "^1.2.6",
"watchify": "^3.11.0",
"yo-yoify": "^4.3.0"
}
}