UNPKG

blot

Version:

The DRY documentation builder

68 lines (67 loc) 1.65 kB
{ "name": "blot", "version": "0.0.34", "description": "The DRY documentation builder", "main": "lib/blot.js", "scripts": { "build": "babel src --out-dir lib", "lint": "eslint src/blot.js", "start": "babel-node src/blot.js", "pretest": "npm run build", "test": "mocha --reporter nyan --compilers js:babel-core/register test", "auto-start": "nodemon --exec \"npm run lint && npm start\" --ignore public/js", "prepublish": "npm run build" }, "bin": { "blot": "./bin/blot.js" }, "repository": { "type": "git", "url": "git://github.com/slurmulon/blot.git" }, "keywords": [ "api", "blueprint", "md", "markdown", "build", "fixture", "dry", "apib" ], "author": "MadHax", "license": "MIT", "bugs": { "url": "https://github.com/slurmulon/blot/issues" }, "dependencies": { "aglio": "~2.2.1", "bunyan": "^1.8.1", "bunyan-prettystream": "^0.1.3", "cheerio": "^0.20.0", "colors": "^1.1.2", "commander": "^2.9.0", "config.json": "0.0.4", "glob": "^7.0.3", "hazy": "^0.1.17", "hercule": "~4.1.0", "jsonpath": "^0.2.4", "lodash.isplainobject": "^4.0.4", "mkpath": "^1.0.0", "path": "^0.12.7", "protagonist": "~1.6.5" }, "devDependencies": { "babel-cli": "^6.10.1", "babel-plugin-syntax-flow": "^6.8.0", "babel-plugin-transform-flow-strip-types": "^6.8.0", "babel-preset-es2015": "^6.9.0", "blanket": "~1.2.3", "chai": "^3.5.0", "chai-as-promised": "^5.3.0", "chai-things": "^0.2.0", "eslint": "^2.12.0", "mocha": "^2.5.3", "nodemon": "^1.9.2" } }