-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
49 lines (49 loc) · 1.1 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "node-ovh-objectstorage",
"version": "2.0.5",
"description": "Simple library to use OVH Public Cloud Object Storage.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"doc": "rm -rf ./doc && node_modules/jsdoc/jsdoc.js -c jsdoc-config.json"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dimer47/node-ovh-objectstorage.git"
},
"keywords": [
"ovh",
"public",
"cloud",
"object",
"storage",
"pccs",
"nodejs",
"node",
"openstack",
"swift"
],
"dependencies": {
"crypto-js": "^4.1.1",
"lodash": "latest",
"md5": "latest",
"moment": "^2.25.3",
"request": "latest",
"request-debug": "latest"
},
"author": "IACHI Dimitri Fabien",
"license": "ISC",
"bugs": {
"url": "https://github.com/dimer47/node-ovh-objectstorage/issues"
},
"homepage": "https://github.com/dimer47/node-ovh-objectstorage#readme",
"devDependencies": {
"braintree-jsdoc-template": "^3.3.0",
"documentation": "^12.3.0",
"foodoc": "0.0.9",
"jsdoc": "^3.6.4"
}
}