33 lines
856 B
JSON
33 lines
856 B
JSON
{
|
|
"name": "loopback-component-storage",
|
|
"description": "Loopback Storage Service",
|
|
"version": "1.0.6",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
|
|
},
|
|
"dependencies": {
|
|
"pkgcloud": "~0.9.6",
|
|
"async": "~0.9.0",
|
|
"formidable": "~1.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"express": "~3.4.0",
|
|
"loopback": "1.x.x",
|
|
"mocha": "~1.18.2",
|
|
"supertest": "~0.13.0",
|
|
"mkdirp": "~0.5.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/strongloop/loopback-component-storage.git"
|
|
},
|
|
"license": {
|
|
"name": "Dual Artistic-2.0/StrongLoop",
|
|
"url": "https://github.com/strongloop/loopback-strorage-service/blob/master/LICENSE"
|
|
},
|
|
"optionalDependencies": {
|
|
"sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.0.6"
|
|
}
|
|
}
|