loopback-component-storage/package.json

32 lines
743 B
JSON
Raw Normal View History

2013-06-24 21:07:12 +00:00
{
2014-07-01 15:54:56 +00:00
"name": "loopback-component-storage",
"description": "Loopback Storage Service",
"version": "1.9.2",
2014-01-10 19:34:37 +00:00
"main": "index.js",
"scripts": {
2016-10-18 21:45:55 +00:00
"lint": "eslint .",
2016-10-19 18:15:41 +00:00
"test": "mocha --timeout 3000",
2016-10-18 21:45:55 +00:00
"posttest": "npm run lint"
},
"dependencies": {
2015-01-16 18:40:18 +00:00
"async": "^0.9.0",
2016-07-26 18:13:30 +00:00
"formidable": "^1.0.16",
"pkgcloud": "^1.1.0",
"strong-globalize": "^2.6.2"
},
"devDependencies": {
2016-10-18 22:48:59 +00:00
"eslint": "^2.13.1",
2016-10-18 21:45:55 +00:00
"eslint-config-loopback": "^4.0.0",
2015-01-16 18:40:18 +00:00
"express": "^4.11.0",
2016-10-19 16:01:05 +00:00
"loopback": "^3.0.0",
2016-10-18 21:45:55 +00:00
"mkdirp": "^0.5.0",
2015-01-16 18:40:18 +00:00
"mocha": "^2.1.0",
2016-10-18 21:45:55 +00:00
"supertest": "^0.15.0"
},
"repository": {
"type": "git",
2014-07-01 15:54:56 +00:00
"url": "https://github.com/strongloop/loopback-component-storage.git"
},
2016-02-19 09:30:14 +00:00
"license": "Artistic-2.0"
2013-11-15 23:24:12 +00:00
}