grunt-file-creator
Version:
Creates/writes to files from Javascript functions in the grunt config (useful for config files, etc).
49 lines (48 loc) • 1.24 kB
JSON
{
"name": "grunt-file-creator",
"description": "Creates/writes to files from Javascript functions in the grunt config (useful for config files, etc).",
"version": "0.1.3",
"homepage": "https://github.com/travis-hilterbrand/grunt-file-creator",
"author": {
"name": "Travis Hilterbrand",
"url": "https://github.com/travis-hilterbrand/grunt-file-creator"
},
"repository": {
"type": "git",
"url": "git://github.com/travis-hilterbrand/grunt-file-creator.git"
},
"bugs": {
"url": "https://github.com/travis-hilterbrand/grunt-file-creator/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/travis-hilterbrand/grunt-file-creator/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": "*"
},
"scripts": {
"test": "./node_modules/.bin/grunt test"
},
"dependencies": {
},
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.1.0",
"grunt-contrib-nodeunit": "~0.1.0",
"node-fs": "~0.1.7"
},
"keywords": [
"gruntplugin"
],
"contributors": [
{
"name": "Travis Hilterbrand",
"url": "http://github.com/travis-hilterbrand"
}
]
}