{ "name": "loot", "author": "Oliver Hamlet ", "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" } }