2013-06-24 21:07:12 +00:00
|
|
|
{
|
2014-07-01 15:54:56 +00:00
|
|
|
"name": "loopback-component-storage",
|
2013-09-04 23:29:16 +00:00
|
|
|
"description": "Loopback Storage Service",
|
2015-04-21 20:03:29 +00:00
|
|
|
"version": "1.4.0",
|
2014-01-10 19:34:37 +00:00
|
|
|
"main": "index.js",
|
2013-09-04 23:29:16 +00:00
|
|
|
"scripts": {
|
2013-11-15 23:24:12 +00:00
|
|
|
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
|
2013-09-04 23:29:16 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-01-16 18:40:18 +00:00
|
|
|
"pkgcloud": "^1.1.0",
|
|
|
|
"async": "^0.9.0",
|
|
|
|
"formidable": "^1.0.16"
|
2013-09-04 23:29:16 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-01-16 18:40:18 +00:00
|
|
|
"express": "^4.11.0",
|
|
|
|
"loopback": "^2.10.0",
|
|
|
|
"mocha": "^2.1.0",
|
|
|
|
"supertest": "^0.15.0",
|
|
|
|
"mkdirp": "^0.5.0"
|
2013-09-04 23:29:16 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-07-01 15:54:56 +00:00
|
|
|
"url": "https://github.com/strongloop/loopback-component-storage.git"
|
2013-09-04 23:29:16 +00:00
|
|
|
},
|
2014-02-18 01:53:51 +00:00
|
|
|
"license": {
|
|
|
|
"name": "Dual Artistic-2.0/StrongLoop",
|
2014-02-18 01:54:42 +00:00
|
|
|
"url": "https://github.com/strongloop/loopback-strorage-service/blob/master/LICENSE"
|
2014-11-27 21:30:36 +00:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2015-04-21 20:03:29 +00:00
|
|
|
"sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.4.0"
|
2014-02-18 01:53:51 +00:00
|
|
|
}
|
2013-11-15 23:24:12 +00:00
|
|
|
}
|