2013-06-24 21:07:12 +00:00
|
|
|
{
|
2013-07-16 17:42:47 +00:00
|
|
|
"name": "loopback-storage-service",
|
|
|
|
"description": "Loopback Storage Service",
|
2013-06-24 21:07:12 +00:00
|
|
|
"version": "0.0.1",
|
2013-07-02 15:57:53 +00:00
|
|
|
"main": "lib/index.js",
|
2013-06-24 21:07:12 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"pkgcloud": "latest",
|
|
|
|
"async": "latest"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2013-06-26 21:43:53 +00:00
|
|
|
"express": "latest",
|
2013-07-16 17:42:47 +00:00
|
|
|
"loopback": "git+ssh://git@github.com/strongloop/loopback.git",
|
2013-06-26 21:43:53 +00:00
|
|
|
"formidable": "latest",
|
2013-06-24 21:07:12 +00:00
|
|
|
"mocha": "latest",
|
2013-07-10 20:17:51 +00:00
|
|
|
"supertest": "latest",
|
|
|
|
"mkdirp": "latest"
|
2013-06-24 21:07:12 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2013-07-16 17:42:47 +00:00
|
|
|
"url": "https://github.com/strongloop/loopback-storage-service.git"
|
2013-06-24 21:07:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|