UNPKG

805 BJSONView Raw
1{
2 "name": "loopback-component-storage",
3 "description": "Loopback Storage Service",
4 "engines": {
5 "node": ">=4"
6 },
7 "version": "3.0.0",
8 "main": "index.js",
9 "scripts": {
10 "lint": "eslint .",
11 "test": "mocha --timeout 3000",
12 "posttest": "npm run lint"
13 },
14 "dependencies": {
15 "async": "^0.9.0",
16 "formidable": "^1.0.16",
17 "pkgcloud": "^1.1.0",
18 "strong-globalize": "^2.6.2"
19 },
20 "devDependencies": {
21 "eslint": "^2.13.1",
22 "eslint-config-loopback": "^4.0.0",
23 "express": "^4.11.0",
24 "loopback": "^3.0.0",
25 "mkdirp": "^0.5.0",
26 "mocha": "^2.1.0",
27 "supertest": "^0.15.0",
28 "semver": "^5.3.0"
29 },
30 "repository": {
31 "type": "git",
32 "url": "https://github.com/strongloop/loopback-component-storage.git"
33 },
34 "license": "Artistic-2.0"
35}