-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 915 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
{
"name": "qrcodesvg",
"version": "1.0.2",
"description": "create custom QR Code with SVG",
"main": "lib/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/pinchtools/qrcodesvg-node.git"
},
"keywords": [
"qrcode",
"qr-code",
"svg"
],
"dependencies": {
"qr-encoder": ">=1.1.0",
"svg-builder": "git+https://github.com/pinchtools/svg-builder.git"
},
"devDependencies": {
"babel-preset-es2015": "^6.1.4",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"chai": "~3.4.0",
"gulp": "^3.9.0",
"gulp-jshint": "^1.12.0",
"gulp-open": "^1.0.0",
"jshint": "^2.8.0",
"mocha": "~2.3.3"
},
"author": "Vincent Pellé",
"license": "MIT",
"bugs": {
"url": "https://github.com/pinchtools/qrcodesvg-node/issues"
},
"homepage": "https://github.com/pinchtools/qrcodesvg-node"
}