-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 870 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
{
"name": "ocr-image-api",
"version": "1.0.0",
"description": "A api for ocr",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"watch": "nodemon"
},
"keywords": [
"ocr"
],
"author": "Evan Gillogley",
"license": "ISC",
"dependencies": {
"async": "^2.1.4",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.4.7",
"body-parser": "^1.13.3",
"bower": "^1.8.0",
"compression": "^1.6.2",
"cors": "^2.8.1",
"csv": "^1.1.1",
"ejs": "^2.3.4",
"express": "^4.13.3",
"jquery": "^3.1.1",
"jsonwebtoken": "^7.3.0",
"jwt-simple": "^0.5.1",
"lodash": "^4.17.4",
"method-override": "^2.3.5",
"moment": "^2.17.1",
"morgan": "^1.6.1",
"newrelic": "^1.37.2",
"node-tesseract": "^0.2.7",
"nodemon": "^1.11.0"
}
}