-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 1.48 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "choo-scriber",
"version": "1.2.3",
"description": "scriber powered by choo",
"main": "index.js",
"scripts": {
"start": "budo index.js --live",
"serve": "node server/index.js",
"build": "node build.js",
"codeStyleFix": "standard --fix"
},
"browser": {
"leveldown": "level-js"
},
"author": "zhouhansen <[email protected]>",
"license": "MIT",
"dependencies": {
"bankai": "^9.0.0-rc8",
"budo": "^10.0.4",
"buffer-graph": "^4.0.0",
"choo": "^6.4.2",
"clean-css": "^4.1.9",
"concat-stream": "^1.6.0",
"css-extract": "^1.2.0",
"dedent": "^0.7.0",
"documentify": "^3.0.0",
"exorcist": "^1.0.0",
"favicons": "^4.8.6",
"hyperstream": "^1.2.2",
"inline-critical-css": "^1.1.0",
"jquery": "^3.2.1",
"level-js": "^2.2.4",
"merry": "^5.4.0",
"nanocomponent": "^6.4.2",
"pump": "^1.0.2",
"purify-css": "^1.2.5",
"send": "^0.16.1",
"sheetify": "^6.2.0",
"standard": "^10.0.3",
"tachyons": "^4.9.0",
"yuki-createjs": "0.0.3"
},
"devDependencies": {
"base64-img": "^1.0.3",
"bel": "^5.1.3",
"browserify": "^14.4.0",
"colors": "^1.1.2",
"html-minifier": "^3.5.5",
"mkdirp": "^0.5.1",
"sheetify-cssnext": "^1.0.7",
"sheetify-inline": "^1.0.9"
},
"browserify": {
"transform": [
[
"sheetify",
{
"u": [
"sheetify-inline",
"sheetify-cssnext"
]
}
]
]
}
}