-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 965 Bytes
/
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
{
"name": "sb_signLanguageVideoTranslation",
"version": "1.0.0",
"description": "ScriptureBurrito sample for sign language video.",
"main": "code/translate.js",
"dependencies": {
"ajv": "^6.12.2",
"chai": "^4.2.0",
"fs-extra": "^9.0.1",
"scripture-burrito": "github:bible-technology/scripture-burrito#sm/add_npm_support",
"xmldom": "^0.3.0"
},
"devDependencies": {},
"scripts": {
"start": "node code/translate.js",
"validate": "node code/validate.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bible-technology/sb_signLanguageVideoTranslation.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/bible-technology/sb_signLanguageVideoTranslation/issues"
},
"homepage": "https://github.com/bible-technology/sb_signLanguageVideoTranslation#readme"
}