Files
libloot/package.json
T
2016-06-21 18:52:16 +01:00

35 lines
819 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,
"devDependencies": {
"bower": "^1.7.1",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-html": "^1.3.0",
"fs-extra": "^0.26.2",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-saucelabs": "^8.6.2",
"mkdirp": "^0.5.1",
"mocha": "^2.3.4",
"should": "^8.0.1",
"vulcanize": "^1.14.5"
},
"scripts": {
"test": "grunt test"
}
}