27 lines
609 B
JSON
27 lines
609 B
JSON
{
|
|
"name": "loopback-storage-service",
|
|
"description": "Loopback Storage Service",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
|
|
},
|
|
"dependencies": {
|
|
"pkgcloud": "~0.8.17",
|
|
"async": "~0.2.9"
|
|
},
|
|
"devDependencies": {
|
|
"express": "~3.4.0",
|
|
"loopback": "1.x.x",
|
|
"formidable": "~1.0.14",
|
|
"mocha": "~1.14.0",
|
|
"supertest": "~0.8.1",
|
|
"mkdirp": "~0.3.5"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/strongloop/loopback-storage-service.git"
|
|
},
|
|
"license": "MIT"
|
|
}
|