forked from Lee182/OpenTorah
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 828 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
{
"name": "OpenTorah",
"version": "0.0.1",
"description": "An express app (in very early stages at the moment) which renders the hebrew bible and mechanical transation to your browser from a mongo database",
"main": "app.js",
"dependencies": {
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.12.3",
"cookie-parser": "^1.3.4",
"express": "^4.12.3",
"nib": "^1.1.0",
"mongodb": "^1.4.34",
"normalize.css": "^3.0.3",
"stylus": "^0.50.0",
"validator": "^1.1.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "opentorah"
},
"keywords": [
"torah",
"hebrew",
"bible",
"ancientHebrew",
"nodejs",
"mongodb",
"express"
],
"author": "Jonathan Lee"
}