xitme
Version:
AngularJS boilerplate generator
42 lines (41 loc) • 929 B
JSON
{
"name": "xitme",
"version": "1.0.7",
"description": "AngularJS boilerplate generator",
"main": "xit.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielhalupka/xit.git"
},
"keywords": [
"xit",
"angularjs",
"javascript",
"module",
"generator",
"boilerplate"
],
"bin": {
"xitme": "xit.js"
},
"dependencies": {
"cli-color": "^1.1.0",
"commander": "latest",
"fs-extra": "^0.30.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-rename": "0.0.3",
"grunt-replace": "latest"
},
"preferGlobal": "true",
"author": "Danijel Halupka",
"license": "ISC",
"bugs": {
"url": "https://github.com/danielhalupka/xit/issues"
},
"homepage": "https://github.com/danielhalupka/xit#readme"
}