-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
66 lines (66 loc) · 1.63 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": "metalsmith-start",
"description": "Development server for Metalsmith.",
"version": "2.0.1",
"author": "Rico Sta. Cruz <[email protected]>",
"bin": {
"metalsmith-start": "bin/metalsmith-start",
"metalstart": "bin/metalsmith-start"
},
"bugs": {
"url": "https://github.com/rstacruz/metalsmith-start/issues"
},
"dependencies": {
"chalk": "^2.4.1",
"chokidar": "^2.0.4",
"co": "4.6.0",
"connect": "^3.6.6",
"connect-livereload": "^0.6.0",
"debounce-collect": "1.0.2",
"get-port": "^4.0.0",
"gnode": "0.1.2",
"jstransformer-handlebars": "^1.1.0",
"meow": "^5.0.0",
"metalsmith": "^2.3.0",
"mz": "^2.7.0",
"object-assign": "^4.1.1",
"observatory": "1.0.0",
"superstatic": "^6.0.3",
"throat": "^4.1.0",
"thunkify": "2.1.2",
"tiny-lr": "^1.1.1"
},
"devDependencies": {
"expect": "^23.6.0",
"istanbul": "^0.4.5",
"metalsmith-layouts": "^2.3.0",
"mocha": "^5.2.0",
"mocha-eventually": "1.1.0",
"mocha-standard": "1.0.0",
"standard": "^12.0.1",
"supertest": "^3.4.2"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/rstacruz/metalsmith-start#readme",
"keywords": [
"jekyll",
"metalsmith",
"static"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/rstacruz/metalsmith-start.git"
},
"scripts": {
"coverage": "istanbul cover _mocha -- --exit -R spec",
"test": "mocha --exit"
},
"docpress": {
"css": "http://ricostacruz.com/docpress-rsc/style.css",
"github": "rstacruz/metalsmith-start"
}
}