UNPKG

aglio-theme-planado

Version:

Custom theme for the Aglio API Blueprint renderer

56 lines (55 loc) 1.51 kB
{ "name": "aglio-theme-planado", "version": "3.5.0", "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/morozzzko/aglio-theme-planado" }, "keywords": [ "api", "blueprint", "protagonist", "snowcrash", "html", "parse", "markdown" ], "author": "Daniel G. Taylor & Planado team", "license": "MIT", "dependencies": { "coffeescript": "^2.1.1", "highlight.js": "^9.12.0", "less": "^2.1.2", "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.0.0", "moment": "^2.8.4", "pug": "^2.0.0-rc.4", "pug-runtime": "^2.0.3", "stylus": "^0.54.5" }, "devDependencies": { "chai": "^3.0.0", "coffeelint": "^1.7.1", "coveralls": "^2.11.2", "istanbul": "^0.3.22", "mocha": "^2.0.1", "rimraf": "^2.4.1" } }