forked from danielgtaylor/aglio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.15 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
{
"name": "aglio",
"version": "1.11.0",
"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": {
"coffee-script": "~1.7.1",
"jade": "~1.1.5",
"marked": "~0.3.0",
"optimist": "~0.6.0",
"protagonist": "~0.6.1",
"highlight.js": "~8.0.0",
"moment": "~2.5.1",
"stylus": "~0.42.2",
"cli-color": "~0.2.3"
},
"devDependencies": {
"grunt-contrib-coffee": "~0.9.0",
"grunt": "~0.4.1",
"grunt-mocha-cov": "~0.2.0",
"grunt-coffeelint": "0.0.8",
"sinon": "~1.7.3",
"async": "~0.2.9"
}
}