grunt-init-init
Version:
Create a grunt template from any grunt template
45 lines (44 loc) • 974 B
JSON
{
"name": "grunt-init-init",
"description": "Create a grunt template from any grunt template",
"version": "1.0.1",
"homepage": "https://github.com/twolfson/grunt-init-init",
"author": {
"name": "Todd Wolfson",
"email": "todd@twolfson.com",
"url": "http://twolfson.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/twolfson/grunt-init-init.git"
},
"bugs": {
"url": "https://github.com/twolfson/grunt-init-init/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/twolfson/grunt-init-init/blob/master/LICENSE-MIT"
}
],
"main": "grunt.js",
"bin": "bin/grunt-init-gruntplugin2",
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt": "~0.3.17",
"grunt-install-init": "~1.0.1"
},
"devDependencies": {},
"keywords": [
"gruntplugin",
"grunt-init",
"grunt",
"init",
"template"
]
}