forked from lepture/nico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 912 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
38
39
40
41
42
43
44
{
"name": "nico",
"version": "0.5.2",
"preferGlobal": "true",
"description": "Nico is a front-end friendly static site generator",
"author": "Hsiaoming Yang <me@lepture.com>",
"homepage": "http://lab.lepture.com/nico/",
"keywords": [
"static",
"site",
"jekyll",
"generator"
],
"dependencies": {
"colorful": "~2.1.0",
"highlight.js": "~7.5.0",
"markit": "~0.1.0",
"swig": "~0.14.0",
"underscore": "~1.5.2",
"rimraf": "~2.2.2",
"glob": "~3.2.8",
"win-spawn": "~2.0.0",
"commander": "~2.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/lepture/nico.git"
},
"bugs": {
"url": "https://github.com/lepture/nico/issues"
},
"devDependencies": {
"jade": "*",
"mocha": "*",
"jscoverage": "*",
"should": "*"
},
"bin": {
"nico": "bin/nico"
},
"scripts": {
"test": "make test"
}
}