gruntacular
Version:
grunt plugin for testacular
36 lines (35 loc) • 701 B
JSON
{
"name": "gruntacular",
"version": "0.3.0",
"description": "grunt plugin for testacular",
"main": "testacularServer.js",
"repository": {
"type": "git",
"url": "https://github.com/OpenWebStack/gruntacular.git"
},
"keywords": [
"gruntplugin",
"testacular",
"grunt",
"test",
"unit"
],
"scripts": {
"test": "grunt test"
},
"author": "Dave Geddes",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"testacular": "~0.5.10"
},
"devDependencies": {
"grunt": "~0.4.0",
"expect.js": "~0.2.0",
"grunt-release": "~0.2.0",
"grunt-contrib-watch": "~0.2.0"
},
"peerDependencies": {
"grunt": "0.4.x"
}
}