slush-harmony-module
Version:
Scaffold an ES2015 (harmony) node module
53 lines • 1.33 kB
JSON
{
"name": "slush-harmony-module",
"description": "Scaffold an ES2015 (harmony) node module",
"homepage": "https://github.com/arkaitzgarro/slush-es6-module",
"author": {
"name": "Arkaitz Garro",
"email": "arkaitz.garro@gmail.com"
},
"keywords": [
"slushgenerator"
],
"repository": {
"type": "git",
"url": "https://github.com/arkaitzgarro/slush-es6-module.git"
},
"bugs": {
"url": "https://github.com/arkaitzgarro/slush-es6-module/issues"
},
"license": "MIT",
"main": "slushfile.js",
"engines": {
"node": ">= 0.10.26",
"npm": ">=1.4.3"
},
"scripts": {
"test": "echo \"No tests\"",
"lint": "standard",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"dependencies": {
"slush": ">=1.0.0",
"gulp": "^3.6.2",
"gulp-conflict": "^0.4.0",
"gulp-install": "^0.6.0",
"gulp-rename": "^1.2.0",
"gulp-template": "^3.1.0",
"iniparser": "^1.0.5",
"inquirer": "^0.11.3",
"semantic-release": "^4.3.5",
"standard": "^5.4.1",
"underscore.string": "^3.2.3"
},
"devDependencies": {
"cz-conventional-changelog": "^1.1.5",
"semantic-release": "^4.3.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"version": "0.4.2"
}