Files
libloot/package.json
T

39 lines
913 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": {
"fs-extra": "^0.30.0",
"replace": "^0.3.0",
"vulcanize": "^1.14.5"
},
"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"
}
}