-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 845 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 845 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
{
"name": "b2cloud",
"version": "0.6.3",
"description": "Module for interacting with back blaze b2cloud api",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bearjaws/b2cloud.git"
},
"keywords": [
"b2cloud",
"back",
"blaze",
"API"
],
"author": "Michael Bearjaws <michael.a.barajas@gmail.com>",
"license": "SEE LICENSE IN LICENSE file",
"bugs": {
"url": "https://github.com/bearjaws/b2cloud/issues"
},
"homepage": "https://github.com/bearjaws/b2cloud#readme",
"dependencies": {
"bluebird": "^3.1.1",
"lodash": "^3.10.1",
"request": "^2.67.0",
"request-promise": "^1.0.2"
},
"devDependencies": {
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-jsdoc-to-markdown": "^1.2.0"
}
}