2013-06-24 21:07:12 +00:00
|
|
|
{
|
2013-09-04 23:29:16 +00:00
|
|
|
"name": "loopback-storage-service",
|
|
|
|
"description": "Loopback Storage Service",
|
2014-06-16 15:59:41 +00:00
|
|
|
"version": "1.0.3",
|
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": {
|
2014-06-16 15:57:00 +00:00
|
|
|
"pkgcloud": "~0.9.6",
|
|
|
|
"async": "~0.9.0",
|
2014-05-30 16:37:06 +00:00
|
|
|
"formidable": "~1.0.14"
|
2013-09-04 23:29:16 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2014-03-26 21:52:30 +00:00
|
|
|
"express": "~3.4.0",
|
2013-11-15 23:24:12 +00:00
|
|
|
"loopback": "1.x.x",
|
2014-03-26 21:52:30 +00:00
|
|
|
"mocha": "~1.18.2",
|
2014-06-16 15:57:00 +00:00
|
|
|
"supertest": "~0.13.0",
|
|
|
|
"mkdirp": "~0.5.0"
|
2013-09-04 23:29:16 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/strongloop/loopback-storage-service.git"
|
|
|
|
},
|
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-02-18 01:53:51 +00:00
|
|
|
}
|
2013-11-15 23:24:12 +00:00
|
|
|
}
|