-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
41
42
43
44
{
"name": "qrcode.js",
"version": "1.0.2",
"description": "QR code generator, supports Numeric, Alphanumeric and Binary input mode up to lvl 40.",
"author": {
"name": "Jan Antala",
"url": "http://janantala.com"
},
"licenses": [{
"type": "The MIT License",
"url": "https://github.com/janantala/qrcode.js/blob/master/LICENSE"
}],
"homepage": "https://github.com/janantala/qrcode.js",
"bugs": "https://github.com/janantala/qrcode.js/issues",
"repository": {
"type": "git",
"url": "https://github.com/janantala/qrcode.js.git"
},
"keywords": [
"qr",
"qrcode"
],
"dependencies": {},
"devDependencies": {
"coveralls": "~2.2.0",
"expect.js": "~0.2.0",
"grunt": "~0.4.1",
"grunt-browserify": "~1.2.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-yuidoc": "~0.4.0",
"grunt-istanbul": "~0.2.2",
"grunt-jsbeautifier": "~0.2.0",
"grunt-mocha-test": "~0.6.3",
"grunt-conventional-changelog": "~1.0.0",
"load-grunt-tasks" : "~0.2.0"
},
"engines": {
"node": ">=0.10.x"
},
"main": "lib/qrcode.js",
"readmeFilename": "README.md"
}