| { | |
| "name": "wicket-js-unit-tests", | |
| "description": "Apache Wicket JavaScript unit tests", | |
| "version": "0.4.0", | |
| "license": "Apache-2.0", | |
| "repository": { | |
| "type": "git", | |
| "url": "http://git-wip-us.apache.org/repos/asf/wicket.git" | |
| }, | |
| "devDependencies": { | |
| "grunt": "1.6.1", | |
| "grunt-cli": "1.4.3", | |
| "grunt-contrib-connect": "3.0.0", | |
| "grunt-contrib-jshint": "3.1.1", | |
| "grunt-contrib-nodeunit": "4.0.0", | |
| "grunt-contrib-qunit": "7.0.0" | |
| }, | |
| "scripts": { | |
| "test": "grunt --verbose" | |
| } | |
| } |