forked from EddieLa/JOB
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 951 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
42
43
44
{
"name": "barcode-reader",
"version": "2.0.0",
"description": "A Marko JS widget (for eBayUI) using a pure JS barcode reader compatible with mobile browsers.",
"main": "index.js",
"scripts": {
"test": "grunt test",
"demo": "browser-refresh ./test/playground"
},
"repository": {
"type": "git",
"url": "git@github.com:seangates/BarcodeReader.git"
},
"keywords": [
"node",
"barcode",
"barcode-reader",
"reader"
],
"author": "eBay PD",
"maintainers": [
{
"name": "sgates",
"email": "sgates@ebay.com"
},
{
"name": "pecopeland",
"email": "pecopeland@ebay.com"
}
],
"license": "ISC",
"dependencies": {
"marko": "^3.0.3",
"marko-widgets": "^6.0.0"
},
"devDependencies": {
"express": "^4.14.0",
"lasso": "^2.0.0",
"lasso-autoprefixer": "^2.0.0",
"lasso-less": "^2",
"lasso-marko": "^2.0",
"serve-static": "^1.10.2"
}
}