Repository URL to install this package:
|
Version:
2.0.0-betamgk ▾
|
aglio
/
package.json
|
|---|
{
"name": "aglio",
"version": "2.0.0-betamgk",
"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": "~1.0.0",
"cli-color": "~0.3.2",
"coffee-script": "^1.8.0",
"highlight.js": "^8.2.0",
"jade": "^1.5.0",
"moment": "^2.8.1",
"protagonist": "^0.19.0",
"remarkable": "^1.5.0",
"serve-static": "^1.9.3",
"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"
}
}