loopback-component-storage/package.json

27 lines
609 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-01-10 19:34:37 +00:00
"pkgcloud": "~0.8.17",
"async": "~0.2.9"
},
"devDependencies": {
2013-11-15 23:24:12 +00:00
"express": "~3.4.0",
"loopback": "1.x.x",
"formidable": "~1.0.14",
2013-11-15 23:24:12 +00:00
"mocha": "~1.14.0",
"supertest": "~0.8.1",
"mkdirp": "~0.3.5"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-storage-service.git"
},
"license": "MIT"
2013-11-15 23:24:12 +00:00
}