agliojs
Version:
An API Blueprint renderer with theme support
57 lines (56 loc) • 1.2 kB
JSON
{
"name": "agliojs",
"version": "2.3.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": [
"aglio/lib"
],
"data-cover-never": "node_modules"
}
},
"author": "Daniel G. Taylor",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jtwebman/aglio"
},
"bugs": {
"url": "https://github.com/danielgtaylor/aglio/issues"
},
"keywords": [
"api",
"blueprint",
"protagonist",
"snowcrash",
"html",
"parse",
"markdown"
],
"dependencies": {
"aglio-theme-olio": "^1.6.3",
"chokidar": "^1.7.0",
"cli-color": "^1.2.0",
"pretty-error": "^2.1.1",
"drafter.js": "^2.6.7",
"serve-static": "^1.13.1",
"socket.io": "^2.0.4",
"yargs": "^10.0.3"
},
"devDependencies": {
"async": "^1.5.0",
"coffeelint": "^1.14.2",
"grunt": "~0.4.5",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-coffee": "^0.13.0",
"grunt-mocha-cov": "^0.4.0",
"sinon": "^1.17.2"
}
}