-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 KB
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
{
"name": "resource-container",
"version": "0.11.7",
"description": "A utility for managing Door43 Resource Containers",
"main": "./lib/main.js",
"scripts": {
"test": "jest; mocha mocha_tests/*/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unfoldingWord-dev/node-resource-container.git"
},
"keywords": [
"language",
"translation",
"translationStudio"
],
"author": "Joel Lonbeck <joel@neutrinographics.com> (http://neutrinographics.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/unfoldingWord-dev/node-resource-container/issues"
},
"homepage": "https://github.com/unfoldingWord-dev/node-resource-container#readme",
"devDependencies": {
"jest": "^13.2.3",
"mocha": "^3.1.2",
"ncp": "^2.0.0"
},
"dependencies": {
"adm-zip": "^0.4.7",
"archiver": "^1.0.1",
"compare-versions": "^3.0.0",
"compressjs": "^1.0.3",
"mkdirp": "^0.5.1",
"rimraf": "^2.5.3",
"tar-fs": "^1.13.0",
"yamljs": "^0.2.8"
}
}