-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.34 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
{
"name": "zalupio",
"version": "3.0.0",
"description": "An API Blueprint renderer with theme support",
"main": "lib/main.js",
"bin": {
"aglio": "./bin/aglio.js"
},
"scripts": {
"test": "grunt test",
"grunt": "grunt",
"prepublish": "grunt compile",
"blanket": {
"pattern": [
"aglio/lib"
],
"data-cover-never": "node_modules"
}
},
"authors": [
"Daniel G. Taylor",
"Denis Tokarev <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/devlato/zalupio"
},
"bugs": {
"url": "https://github.com/devlato/zalupio/issues"
},
"keywords": [
"api",
"blueprint",
"protagonist",
"snowcrash",
"html",
"parse",
"markdown"
],
"dependencies": {
"aglio-theme-olio": "^1.6.3",
"chokidar": "^1.4.1",
"cli-color": "^1.1.0",
"coffeescript": "^1.12.6",
"drafter": "^1.0.0",
"express": "^4.15.3",
"mocha": "^3.4.2",
"pretty-error": "^1.2.0",
"serve-static": "^1.10.0",
"socket.io": "^1.3.7",
"yargs": "^3.31.0"
},
"devDependencies": {
"async": "^1.5.0",
"coffeelint": "^1.16.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-coffeelint": "0.0.16",
"grunt-contrib-coffee": "^0.13.0",
"grunt-mocha-cov": "^0.4.0",
"sinon": "^1.17.2"
}
}