Added qunitjs npm package
Showing
... | ... | @@ -11,19 +11,20 @@ |
"uritemplate": "git+http://git.erp5.org/repos/uritemplate-js.git" | ||
}, | ||
"devDependencies": { | ||
"connect-livereload": "~0.3.0", | ||
"grunt": "~0.4.1", | ||
"grunt-cli": "~0.1.11", | ||
"grunt-jslint": "~1.1.x", | ||
"grunt-contrib-uglify": "~0.2.x", | ||
"grunt-contrib-watch": "~0.5.3", | ||
"grunt-contrib-concat": "~0.3.0", | ||
"grunt-contrib-connect": "~0.5.0", | ||
"grunt-contrib-copy": "~0.5.0", | ||
"grunt-contrib-less": "~0.9.0", | ||
"grunt-contrib-uglify": "~0.2.x", | ||
"grunt-contrib-watch": "~0.5.3", | ||
"grunt-curl": "~1.2.1", | ||
"connect-livereload": "~0.3.0", | ||
"grunt-jslint": "~1.1.x", | ||
"grunt-open": "~0.2.2", | ||
"grunt-contrib-concat": "~0.3.0", | ||
"grunt-contrib-less": "~0.9.0", | ||
"grunt-zip": "~0.13.0" | ||
"grunt-zip": "~0.13.0", | ||
"qunitjs": "^1.14.0" | ||
}, | ||
"scripts": { | ||
"test": "./node_modules/.bin/grunt test", | ||
... | ... |
Please register or sign in to comment