forked from danielgtaylor/aglio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.23 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
{
"name": "aglio",
"version": "1.16.1",
"description": "An API Blueprint renderer with theme support",
"main": "lib/main.js",
"bin": {
"aglio": "./bin/aglio.js"
},
"scripts": {
"test": "grunt test",
"prepublish": "grunt compile",
"blanket": {
"pattern": [
"lib"
],
"data-cover-never": "node_modules"
}
},
"author": "Daniel G. Taylor",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/danielgtaylor/aglio"
},
"bugs": {
"url": "https://github.com/danielgtaylor/aglio/issues"
},
"keywords": [
"api",
"blueprint",
"protagonist",
"snowcrash",
"html",
"parse",
"markdown"
],
"dependencies": {
"chokidar": "~0.10.0",
"cli-color": "~0.3.2",
"coffee-script": "^1.8.0",
"highlight.js": "^8.2.0",
"jade": "^1.5.0",
"marked": "~0.3.2",
"moment": "^2.8.1",
"protagonist": "~0.16.0",
"socket.io": "^1.0.6",
"stylus": "~0.49.2",
"yargs": "^1.3.1"
},
"devDependencies": {
"async": "^0.9.0",
"coffeelint": "^1.5.6",
"grunt": "~0.4.1",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-coffee": "~0.12.0",
"grunt-mocha-cov": "^0.3.0",
"sinon": "^1.10.3"
}
}