generator-chaplin-alt
Version:
Chaplin generator for Yeoman
56 lines (55 loc) • 1.18 kB
JSON
{
"name": "generator-chaplin-alt",
"version": "0.2.1",
"description": "Chaplin generator for Yeoman",
"keywords": [
"yeoman-generator"
],
"homepage": "https://github.com/chrisabrams/generator-chaplin",
"bugs": "https://github.com/chrisabrams/generator-chaplin/issues",
"author": {
"name": "Derek Petersen",
"email": "tuxracer@gmail.com",
"url": "https://github.com/tuxracer"
},
"contributors": [
{
"name": "Chris Abrams",
"email": "mail@chrisabrams.com",
"url": "https://github.com/chrisabrams"
},
{
"name": "Samuel Hough",
"url": "https://github.com/samuelhough"
}
],
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/tuxracer/generator-chaplin.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "~0.13.0",
"lodash": "~2.2.1",
"coffee-script": "~1.6.3",
"glob": "~3.2.7"
},
"devDependencies": {
"mocha": "1.16.1"
},
"peerDependencies": {
"yo": ">=1.0.0-rc.1"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
}