loopback-component-storage/package.json

33 lines
858 B
JSON
Raw Normal View History

2013-06-24 21:07:12 +00:00
{
2014-07-01 15:54:56 +00:00
"name": "loopback-component-storage",
"description": "Loopback Storage Service",
"version": "1.4.0",
2014-01-10 19:34:37 +00:00
"main": "index.js",
"scripts": {
2013-11-15 23:24:12 +00:00
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
},
"dependencies": {
2015-01-16 18:40:18 +00:00
"pkgcloud": "^1.1.0",
"async": "^0.9.0",
"formidable": "^1.0.16"
},
"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"
},
"repository": {
"type": "git",
2014-07-01 15:54:56 +00:00
"url": "https://github.com/strongloop/loopback-component-storage.git"
},
"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": {
"sl-blip": "http://blip.strongloop.com/loopback-component-storage@1.4.0"
}
2013-11-15 23:24:12 +00:00
}