-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
32 lines (32 loc) · 908 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
{
"name": "open-alpr-http-wrapper",
"version": "0.2.1",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"buildImage": "docker build -t sclaflin/open-alpr-http-wrapper:`npm pkg get version | sed 's/\"//g'` .",
"start": "/usr/bin/node index.js"
},
"author": "Sean Claflin",
"license": "MIT",
"description": "A thin wrapper arount the OpenALPR cli program",
"dependencies": {
"express": "^4.17.1",
"multer": "^1.4.3",
"yaml": "^1.10.2"
},
"directories": {
"example": "examples",
"lib": "lib"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/sclaflin/OpenALPR-HTTP-Wrapper.git"
},
"bugs": {
"url": "https://github.com/sclaflin/OpenALPR-HTTP-Wrapper/issues"
},
"homepage": "https://github.com/sclaflin/OpenALPR-HTTP-Wrapper#readme"
}