16 lines
336 B
JSON
16 lines
336 B
JSON
|
{
|
||
|
"name": "grunt-test",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Grunt test global runners",
|
||
|
"main": "Grunfile.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Andrew Tomaka",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"grunt": "^0.4.5",
|
||
|
"grunt-trimtrailingspaces": "^0.4.0"
|
||
|
}
|
||
|
}
|