mkfiles
Version:
Batch create module directories and files!
42 lines • 1.08 kB
JSON
{
"name": "mkfiles",
"version": "1.6.1",
"description": "Batch create module directories and files!",
"main": "index.js",
"precommit": [
"build"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "grunt default"
},
"repository": {
"type": "git",
"url": "https://github.com/mytcer/mkfiles.git"
},
"keywords": [
"mkfiles",
"mkdir",
"mkfile"
],
"author": "thinker_creator@163.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/mytcer/mkfiles/issues"
},
"homepage": "https://github.com/mytcer/mkfiles",
"dependencies": {
"colors": "^1.0.2",
"handlebars": "^2.0.0-alpha.4",
"mkdirp": "^0.5.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"jshint": "^2.5.3",
"jshint-stylish": "^0.4.0",
"matchdep": "^0.3.0",
"precommit-hook": "^1.0.7"
}
}