Files
libloot/package.json
T

41 lines
960 B
JSON
Raw Permalink Normal View History

2015-12-23 15:53:51 +00:00
{
"name": "loot",
"author": "Oliver Hamlet <oliver.hamlet@gmail.com>",
2016-06-15 19:34:39 +01:00
"version": "0.9.1",
2015-12-23 15:53:51 +00:00
"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,
2016-09-14 18:46:09 +01:00
"dependencies": {
"decompress": "^4.0.0",
"decompress-unzip": "^4.0.1",
2016-09-14 18:46:09 +01:00
"fs-extra": "^0.30.0",
2016-11-20 10:43:18 +00:00
"hydrolysis": "^1.24.1",
"replace": "^0.3.0",
"request": "^2.79.0"
2016-09-14 18:46:09 +01:00
},
2015-12-23 15:53:51 +00:00
"devDependencies": {
"bower": "^1.7.1",
2016-12-19 23:09:09 +00:00
"chai": "^3.5.0",
2016-09-14 18:46:09 +01:00
"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",
2016-01-31 09:29:32 +00:00
"mkdirp": "^0.5.1",
2016-12-19 23:09:09 +00:00
"mocha": "^3.0.1"
2015-12-13 13:12:17 +00:00
},
"scripts": {
"test": "karma start"
2015-12-23 15:53:51 +00:00
}
}