forked from akamai/NetStorageKit-Node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 797 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 797 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
35
36
37
{
"name": "netstorageapi",
"version": "1.1.6",
"description": "Akamai Netstorage API for Node.js",
"main": "./lib/netstorage.js",
"scripts": {
"test": "mocha --reporter spec --no-timeouts --ui bdd test/test-*"
},
"pre-commit": [
"test"
],
"repository": {
"type": "git",
"url": "https://github.com/akamai-open/NetstorageKit-Node"
},
"keywords": [
"netstorage",
"akamai",
"open",
"api",
"filestore",
"objectstore"
],
"author": "Astin Choi <asciineo@gmail.com>",
"license": "Apache-2.0",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"pre-commit": "^1.2.2"
},
"dependencies": {
"https-proxy-agent": "^2.1.1",
"lodash": "^4.17.4",
"xml2js": "^0.4.17",
"http-proxy-agent": "^2.1.0"
}
}