slush-generator
Version:
A slush generator for creating slush generators
41 lines (40 loc) • 1.08 kB
JSON
{
"name": "<%= appNameSlug %>",
"description": "<%= appDescription %>",
"version": "<%= appVersion %>",
"homepage": "https://github.com/<%= userName %>/<%= appNameSlug %>",
"author": {
"name": "<%= authorName %>",
"email": "<%= authorEmail %>"
},
"repository": {
"type": "git",
"url": "git://github.com/<%= userName %>/<%= appNameSlug %>.git"
},
"bugs": {
"url": "https://github.com/<%= userName %>/<%= appNameSlug %>/issues"
},
"license": "<%= license %>",
"main": "slushfile.js",
"engines": {
"node": ">= 0.10.26",
"npm": ">=1.4.3"
},
"scripts": {
"test": "echo \"No tests\""
},
"dependencies": {
"slush": ">=1.0.0",
"gulp": "^3.6.2",
"gulp-template": "^0.1.1",
"gulp-install": "^0.1.4",
"gulp-conflict": "^0.1.1",
"gulp-rename": "^1.2.0",
"underscore.string": "^2.3.3",
"inquirer": "^3.3.0",
"iniparser": "^1.0.5"
},
"keywords": [
"slushgenerator"
]
}