grunt-contrib-internal
Version:
Internal tasks for managing the grunt-contrib projects
34 lines (33 loc) • 663 B
JSON
{
"name": "grunt-contrib-internal",
"description": "Internal tasks for managing the grunt-contrib projects",
"version": "0.4.13",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
"repository": "gruntjs/grunt-contrib-internal",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"read-package-json": "^2.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [],
"files": [
"tasks",
"LICENSE-MIT",
"CONTRIBUTING.md"
]
}