forked from kciter/qart.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 KB
/
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
{
"name": "qartjs",
"version": "1.2.0",
"description": "qart.js merge picture and QR code.",
"keywords": [
"qart",
"qr",
"qrcode"
],
"homepage": "https://github.com/kciter/qart.js",
"bugs": {
"url": "https://github.com/kciter/qart.js/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/kciter/qart.js.git"
},
"main": "dist/qart.min.js",
"scripts": {
"build": "WEBPACK_ENV=build webpack",
"build-win": "set WEBPACK_ENV=build && webpack",
"dev": "WEBPACK_ENV=dev webpack --progress --colors --watch"
},
"author": "Lee Sun-Hyoup <[email protected]>",
"license": "GPL-3.0",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"uglify-js": "^2.7.5",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"canvas": "^2.0.0-alpha.4"
}
}