haar
Version:
Cli tool for building and displaying plant-uml diagrams
60 lines (59 loc) • 1.55 kB
JSON
{
"name": "haar",
"version": "1.0.4",
"description": "Cli tool for building and displaying plant-uml diagrams",
"bin": {
"haar": "bin/index.js"
},
"scripts": {
"test": "mocha --reporter nyan --recursive",
"test:ci": "mocha --reporter mocha-teamcity-reporter --recursive",
"prepublish-to-npm": "supersoaker squirt -r https://registry.npmjs.org",
"publish-to-npm": "publish",
"haar": "node bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bapti/haar.git"
},
"keywords": [
"plantuml",
"diagram",
"diagrams",
"puml"
],
"author": "Neil Crawford <neil.crawford@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bapti/haar/issues"
},
"homepage": "https://github.com/bapti/haar#readme",
"dependencies": {
"async": "^2.0.0-rc.3",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"express": "^4.13.4",
"express-handlebars": "^3.0.0",
"fs-extra": "^2.0.0",
"globby": "^6.1.0",
"handlebars": "^4.0.5",
"inquirer": "^3.0.1",
"js-yaml": "^3.6.0",
"lodash": "^4.11.1",
"node-plantuml": "^0.5.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.15.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-standard": "^2.0.1",
"mocha": "^3.2.0",
"mocha-teamcity-reporter": "^1.0.0",
"publish": "^0.6.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"supersoaker": "^1.0.1",
"usher-cli": "^2.4.4"
}
}