19 lines
435 B
JSON
19 lines
435 B
JSON
{
|
|
"name": "grunt-known-options",
|
|
"description": "The known options used in Grunt",
|
|
"version": "2.0.0",
|
|
"author": "Grunt Development Team (http://gruntjs.com/development-team)",
|
|
"homepage": "http://gruntjs.com/",
|
|
"repository": "gruntjs/grunt-known-options",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"main": "index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"files": [
|
|
"index.js"
|
|
]
|
|
}
|