-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.15 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
{
"name": "door43-client",
"version": "0.9.8",
"description": "A client library for interacting with the Door43 Resource API.",
"main": "./lib/main.js",
"scripts": {
"test": "jest; mocha mocha_tests/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unfoldingWord-dev/node-door43-client.git"
},
"bugs": {
"url": "https://github.com/unfoldingWord-dev/node-door43-client/issues"
},
"author": "Joel Lonbeck <[email protected]> (http://neutrinographics.com)",
"license": "MIT",
"homepage": "https://github.com/unfoldingWord-dev/node-door43-client#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-mocha": "^2.2.0",
"jest": "^13.2.3",
"mocha": "^2.5.3",
"yargs": "^4.8.0"
},
"bin": {
"door43-client": "client-cli.js"
},
"dependencies": {
"adm-zip": "^0.4.7",
"archiver": "^1.0.1",
"compressjs": "^1.0.3",
"lodash": "^4.13.1",
"mkdirp": "^0.5.1",
"mv": "^2.1.1",
"ncp": "^2.0.0",
"resource-container": "^0.11.8",
"rimraf": "^2.5.3",
"sql.js": "^0.2.21",
"tar-fs": "^1.13.0",
"yamljs": "^0.2.8",
"yargs": "^4.8.1"
}
}