loopback-component-storage/package.json

30 lines
742 B
JSON
Raw Normal View History

2013-06-24 21:07:12 +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",
"scripts": {
2013-11-15 23:24:12 +00:00
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
},
"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"
},
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-storage-service.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"
}
2013-11-15 23:24:12 +00:00
}