loopback-component-storage/package.json

30 lines
735 B
JSON
Raw Normal View History

2013-06-24 21:07:12 +00:00
{
"name": "loopback-storage-service",
"description": "Loopback Storage Service",
"version": "1.0.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": {
2014-02-07 06:28:43 +00:00
"pkgcloud": "~0.9.0",
"async": "~0.2.10"
},
"devDependencies": {
2014-02-07 06:28:43 +00:00
"express": "~3.4.8",
2013-11-15 23:24:12 +00:00
"loopback": "1.x.x",
"formidable": "~1.0.14",
2014-02-07 06:28:43 +00:00
"mocha": "~1.17.1",
"supertest": "~0.9.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",
"url": "https://github.com/strongloop/loopback-workspace/blob/master/LICENSE"
}
2013-11-15 23:24:12 +00:00
}