-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1023 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": "zxing.js",
"version": "0.1.0",
"description": "Emscripten port of Zxing barcode reader",
"main": "dist/zxing.js",
"files": [
"dist/zxing.js",
"README.md"
],
"directories": {
"dist": "dist"
},
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jspaine/zxing.js.git"
},
"keywords": [
"Zxing",
"emscripten",
"asm.js",
"barcode"
],
"author": "James Paine",
"license": "ISC",
"bugs": {
"url": "https://github.com/jspaine/zxing.js/issues"
},
"homepage": "https://github.com/jspaine/zxing.js#readme",
"devDependencies": {
"babel-core": "^6.20.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-preset-es2015": "^6.18.0",
"eslint": "^3.12.2",
"webpack": "^1.14.0",
"webworkify-webpack": "^2.0.1"
},
"dependencies": {}
}