generator-angular-spin
Version:
A Yeoman generator for AngularJS + Spin
52 lines (51 loc) • 1.07 kB
JSON
{
"name": "generator-angular-spin",
"version": "0.1.5",
"description": "A Yeoman generator for AngularJS + Spin",
"keywords": [
"yeoman-generator",
"Racket",
"Spin",
"Racquel",
"AngularJS",
"Bootstrap"
],
"homepage": "https://github.com/rayokota/generator-angular-spin",
"bugs": "https://github.com/rayokota/generator-angular-spin/issues",
"author": {
"name": "Robert Yokota",
"email": "",
"url": "https://github.com/rayokota"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/rayokota/generator-angular-spin.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "~0.14.0",
"URIjs": "~1.11.2",
"lodash": "~2.4.1",
"underscore.string": "~2.3.3",
"pluralize": "~0.0.6",
"asciify": "~1.3.3"
},
"devDependencies": {
"mocha": "~1.14.0"
},
"peerDependencies": {
"yo": ">=1.0.0"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
}