Files
libloot/package.json
T
Oliver Hamlet 58a6d8c047 Remove Sauce Labs integration and HTML-based tests
Switch "npm test" to running Karma instead of Grunt, don't do any UI
testing on Travis (it's headless so can't easily run UI tests)
2016-12-20 15:35:50 +00:00

41 lines
960 B
JSON

{
"name": "loot",
"author": "Oliver Hamlet <oliver.hamlet@gmail.com>",
"version": "0.9.1",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/loot/loot.git"
},
"bugs": {
"url": "https://github.com/loot/loot/issues"
},
"homepage": "https://github.com/loot/loot",
"private": true,
"dependencies": {
"decompress": "^4.0.0",
"decompress-unzip": "^4.0.1",
"fs-extra": "^0.30.0",
"hydrolysis": "^1.24.1",
"replace": "^0.3.0",
"request": "^2.79.0"
},
"devDependencies": {
"bower": "^1.7.1",
"chai": "^3.5.0",
"eslint": "^3.5.0",
"eslint-config-airbnb-base": "^7.1.0",
"eslint-plugin-html": "^1.5.0",
"eslint-plugin-import": "^1.15.0",
"karma": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.3.0",
"mkdirp": "^0.5.1",
"mocha": "^3.0.1"
},
"scripts": {
"test": "karma start"
}
}