-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1002 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
41
{
"name": "OpenTorah",
"version": "0.0.3",
"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": {
"express": "^4.12.3",
"jade": "^1.11.0",
"mongodb": "^2.0.47",
"nib": "^1.1.0",
"perfect-scrollbar": "^0.6.7",
"stylus": "^0.52.4",
"validator": "^4.2.1"
},
"devDependencies": {
"browserify": "^12.0.1",
"watchify": "^v3.5.0",
"forever": "^0.15.1"
},
"scripts": {
"start": "node app.js",
"dev-start": "",
"build": "browserify public/js/reader.js -o public/js/bundle.js",
"watch": "watchify public/js/reader.js -o public/js/bundle.js"
},
"repository": {
"type": "git",
"url": "opentorah.uk"
},
"keywords": [
"torah",
"hebrew",
"bible",
"ancientHebrew",
"nodejs",
"mongodb",
"express"
],
"author": "Jonathan T L Lee",
"license": "MIT"
}