2014-09-10 23:45:27 -04:00
|
|
|
{
|
|
|
|
"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",
|
2014-09-10 23:55:09 -04:00
|
|
|
"grunt-contrib-watch": "^0.6.1",
|
2014-09-10 23:45:27 -04:00
|
|
|
"grunt-trimtrailingspaces": "^0.4.0"
|
|
|
|
}
|
|
|
|
}
|