aglio-theme-goose
Version:
Custom theme for the Aglio API Blueprint renderer
55 lines (54 loc) • 1.52 kB
JSON
{
"name": "aglio-theme-goose",
"version": "2.2.2",
"description": "Custom theme for the Aglio API Blueprint renderer",
"main": "lib/main.js",
"scripts": {
"build": "coffeelint src/*.coffee && coffee -o lib -c src",
"precoverage": "npm run build",
"coverage": "istanbul cover -x cache/*.js _mocha -- --compilers coffee:coffeescript/register -R spec",
"precoveralls": "npm run coverage",
"coveralls": "coveralls <coverage/lcov.info",
"pretest": "npm run build",
"test": "mocha --compilers coffee:coffeescript/register",
"prepare": "npm run build",
"postinstall": "node scripts/setup-cache.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cuiweiqiang/aglio-theme-goose"
},
"keywords": [
"api",
"blueprint",
"protagonist",
"snowcrash",
"html",
"parse",
"markdown"
],
"author": "Daniel G. Taylor & Planado team & cuiweiqiang",
"license": "MIT",
"dependencies": {
"coffeescript": "^2.2.1",
"highlight.js": "^9.12.0",
"less": "^2.7.3",
"markdown-it": "^8.4.0",
"markdown-it-anchor": "^4.0.0",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-container": "^2.0.0",
"markdown-it-emoji": "^1.4.0",
"moment": "^2.20.1",
"pug": "^2.0.0-rc.4",
"pug-runtime": "^2.0.3",
"stylus": "^0.54.5"
},
"devDependencies": {
"chai": "^4.1.2",
"coffeelint": "^2.0.7",
"coveralls": "^3.0.0",
"istanbul": "^0.4.5",
"mocha": "^5.0.0",
"rimraf": "^2.6.2"
}
}