es6-scaffolder
Version:
ES6 Scaffolding tool for generating es6 supported web apps in nodejs.
51 lines (50 loc) • 1.14 kB
JSON
{
"name": "es6-scaffolder",
"version": "1.0.91",
"description": "ES6 Scaffolding tool for generating es6 supported web apps in nodejs.",
"main": "index.js",
"readme": "README.md",
"scripts": {
"test": "mocha tests/test"
},
"contributes": [
"Gaurav Sharma <sharma02gaurav@gmail.com>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sharma02gaurav/es6-scaffolder.git"
},
"keywords": [
"es6",
"es-6",
"scaffolder",
"node",
"react",
"angular",
"angular2",
"directory structure",
"application scaffold",
"es6 node",
"builder",
"generator"
],
"author": "Gaurav Sharma <sharma02gaurav@gmail.com>",
"license": "ISC",
"bin": {
"scaffold": "scripts/bootstrap.js"
},
"bugs": {
"url": "https://github.com/sharma02gaurav/es6-scaffolder/issues"
},
"homepage": "https://github.com/sharma02gaurav/es6-scaffolder#readme",
"dependencies": {
"chalk": "^1.1.3",
"console-menu": "^0.1.0",
"latest-version": "^3.1.0"
},
"devDependencies": {
"assert": "^1.4.1",
"chai-fs": "^1.0.0",
"mocha": "^3.3.0"
}
}