-
Rafael Ostertag authoredRafael Ostertag authored
This project manages its dependencies using npm.
Learn more
package.json 621 B
{
"name": "qfq",
"version": "0.1.0",
"devDependencies": {
"bootlint": "^0.14.2",
"grunt": "^1.0.1",
"grunt-concat-in-order": "^0.2.6",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.2.0",
"grunt-contrib-uglify": "^2.2.0",
"grunt-contrib-watch": "^1.0.0",
"jsdoc": "^3.4.0",
"selenium-webdriver": "^3.3.0",
"mocha": "^3.2.0",
"should": "^11.2.1",
"chromedriver": "latest"
},
"scripts": {
"test": "mocha tests/selenium/test*.js"
}
}