Files
libloot/package.json
T

35 lines
819 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,
"devDependencies": {
"bower": "^1.7.1",
2016-03-18 09:06:27 +00:00
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.1.0",
2016-01-31 11:20:07 +00:00
"eslint-plugin-html": "^1.3.0",
2015-12-23 15:53:51 +00:00
"fs-extra": "^0.26.2",
2015-12-13 13:12:17 +00:00
"grunt": "^0.4.5",
2016-04-02 15:44:28 +01:00
"grunt-cli": "^1.2.0",
2016-03-18 09:06:27 +00:00
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
2015-12-13 13:12:17 +00:00
"grunt-saucelabs": "^8.6.2",
2016-01-31 09:29:32 +00:00
"mkdirp": "^0.5.1",
2015-12-13 11:00:35 +00:00
"mocha": "^2.3.4",
"should": "^8.0.1",
2016-01-30 22:37:49 +00:00
"vulcanize": "^1.14.5"
2015-12-13 13:12:17 +00:00
},
"scripts": {
"test": "grunt test"
2015-12-23 15:53:51 +00:00
}
}