mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
42 lines
1002 B
JSON
42 lines
1002 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",
|
|
"eslint": "^3.5.0",
|
|
"eslint-config-airbnb-base": "^7.1.0",
|
|
"eslint-plugin-import": "^1.15.0",
|
|
"eslint-plugin-html": "^1.5.0",
|
|
"grunt": "^1.0.1",
|
|
"grunt-cli": "^1.2.0",
|
|
"grunt-contrib-connect": "^1.0.0",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-saucelabs": "^9.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mocha": "^3.0.1",
|
|
"should": "^11.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
}
|
|
}
|