UNPKG

generator-angular-scotty

Version:
52 lines (51 loc) 1.09 kB
{ "name": "generator-angular-scotty", "version": "0.1.15", "description": "A Yeoman generator for AngularJS + Scotty", "keywords": [ "yeoman-generator", "Haskell", "Scotty", "Persistent", "AngularJS", "Bootstrap" ], "homepage": "https://github.com/rayokota/generator-angular-scotty", "bugs": "https://github.com/rayokota/generator-angular-scotty/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-scotty.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" } ] }