-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 870 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "filesystem-storage-pkgcloud",
"version": "1.2.0",
"description": "filesystem storage provider for pkgcloud (based on loopback-storage-service)",
"main": "index.js",
"scripts": {
"test": "node test/test.js | ./node_modules/.bin/tap-spec",
"cover": "./node_modules/.bin/istanbul cover test/test.js | ./node_modules/.bin/tap-spec"
},
"repository": {
"type": "git",
"url": "https://github.com/Jemsoft/filesystem-storage-pkgcloud"
},
"keywords": [
"pkgcloud",
"filesystem",
"cloud",
"provider"
],
"author": "Jemsoft Pty Ltd.",
"license": "MIT",
"dependencies": {
"async": "^1.4.2",
"mkdirp": "^0.5.1",
"pkgcloud": "^1.1.0"
},
"devDependencies": {
"eslint": "^1.10.1",
"eslint-config-jemsoft": "^1.1.3",
"istanbul": "^0.4.2",
"tap-spec": "^4.1.1",
"tape": "^4.4.0"
}
}