blob: f81411901530c97f71af8daeee4b5c5c8c39e42e [file] [log] [blame]
{
"name": "wicket-js-unit-tests",
"version": "0.1.0",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.11.1",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-nodeunit": "~0.4.1"
},
"scripts": {
"test": "grunt --verbose"
}
}