grunt-env
Version:
Specify an ENV configuration for future tasks in the chain
45 lines (44 loc) • 952 B
JSON
{
"name": "grunt-env",
"description": "Specify an ENV configuration for future tasks in the chain",
"version": "1.0.1",
"homepage": "https://github.com/jsoverson/grunt-env",
"author": {
"name": "Jarrod Overson",
"email": "jsoverson@gmail.com",
"url": "http://jarrodoverson.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/jsoverson/grunt-env.git"
},
"bugs": {
"url": "https://github.com/jsoverson/grunt-env/issues"
},
"licenses": [
{
"type": "Apache2",
"url": "https://github.com/jsoverson/grunt-env/blob/master/LICENSE-Apache2"
}
],
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt --stack"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0"
},
"keywords": [
"gruntplugin",
"env",
"config"
],
"dependencies": {
"ini": "^1.3.5",
"lodash": "^4.17.14"
}
}