-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 973 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
45
46
47
{
"name": "jott",
"preferGlobal": true,
"version": "0.1.8",
"author": "Jon Sherrard <[email protected]>",
"description": "Minimum viable blog generator. Markup in Jade. Static HTML output.",
"contributors": [
{
"name": "Jonathon Sherrard",
"email": "[email protected]"
}
],
"main": "./lib/jott",
"bin": {
"jott": "./bin/jott"
},
"repository": {
"type": "git",
"url": "git://github.com/jonsherrard/jott.git"
},
"keywords": [
"cli",
"blog",
"jade",
"static",
"stylus"
],
"dependencies": {
"jade": "0.27.x",
"stylus": "0.28.2",
"walk": "2.2.1",
"fs-extra": "0.5.0",
"cli-prompt": "~0.1.0",
"moment": "~2.0.0",
"entities": "~0.1.1",
"uglifycss": "~0.0.5"
},
"devDependencies": {},
"bundledDependencies": [],
"license": {
"type" : "Unlicense",
"url" : "https://raw.github.com/jonsherrard/jott/master/UNLICENSE"
},
"engines": {
"node": ">=0.8.4"
}
}