slush-laima
Version:
The generator of Laima https://github.com/indigofeather/laima
44 lines (43 loc) • 1.18 kB
JSON
{
"name": "slush-laima",
"description": "The generator of Laima https://github.com/indigofeather/laima",
"version": "2.2.1",
"homepage": "https://github.com/IEMustDie/slush-laima",
"author": {
"name": "Lance He (aka indigofeather)",
"email": "indigofeather@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/IEMustDie/slush-laima.git"
},
"bugs": {
"url": "https://github.com/IEMustDie/slush-laima/issues"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/IEMustDie/slush-laima/blob/master/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": "^0.8.0",
"iniparser": "^1.0.5"
},
"keywords": [
"slushgenerator", "laima"
]
}