loopback-component-storage/package.json

30 lines
743 B
JSON
Raw Normal View History

2013-06-24 21:07:12 +00:00
{
"name": "loopback-storage-service",
"description": "Loopback Storage Service",
2014-04-08 15:41:34 +00:00
"version": "1.0.1",
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-03-26 21:52:30 +00:00
"pkgcloud": "~0.9.4",
2014-02-07 06:28:43 +00:00
"async": "~0.2.10"
},
"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",
"formidable": "~1.0.14",
2014-03-26 21:52:30 +00:00
"mocha": "~1.18.2",
"supertest": "~0.10.0",
2013-11-15 23:24:12 +00:00
"mkdirp": "~0.3.5"
},
"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
}