-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
40 lines (40 loc) · 932 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "adventech-bible-tools",
"version": "1.0.1",
"description": "",
"main": "bible_tools.js",
"dependencies": {
"async": "^2.1.2",
"cheerio": "^0.22.0",
"crypto": "0.0.3",
"ent": "^2.2.0",
"firebase": "3.5.0",
"fs-extra": "^0.30.0",
"meta-marked": "^0.4.2",
"mocha": "^4.0.1",
"moment": "^2.15.1",
"redis": "^2.6.2",
"request": "^2.76.0",
"safe-write-file": "^1.1.0",
"yamljs": "^0.2.7"
},
"devDependencies": {
"chai": "^4.1.2",
"expect": "^21.2.1",
"optimist": "^0.6.1",
"regexgen": "^1.3.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Adventech/sabbath-school-lessons.git"
},
"author": "Adventech",
"license": "ISC",
"bugs": {
"url": "https://github.com/Adventech/bible-tools/issues"
},
"homepage": "https://github.com/Adventech/bible-tools#readme"
}