UNPKG

624 BJSONView Raw
1{
2 "name": "loopback-component-storage",
3 "description": "Loopback Storage Service",
4 "version": "1.9.0",
5 "main": "index.js",
6 "scripts": {
7 "test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
8 },
9 "dependencies": {
10 "pkgcloud": "^1.1.0",
11 "async": "^0.9.0",
12 "formidable": "^1.0.16"
13 },
14 "devDependencies": {
15 "express": "^4.11.0",
16 "loopback": "^2.10.0",
17 "mocha": "^2.1.0",
18 "supertest": "^0.15.0",
19 "mkdirp": "^0.5.0"
20 },
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/strongloop/loopback-component-storage.git"
24 },
25 "license": "Artistic-2.0"
26}