forked from karinashenaz/bc-qr-reader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 830 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
{
"name": "bc-qr-reader",
"version": "0.2.1",
"description": "QR Code reader for AngularJS, powered by Lazarsoft QR parser.",
"main": "dist/bc-qr-reader.js",
"dependencies": {},
"devDependencies": {
"coffee-script": "^1.9.1",
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-surround": "^0.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/blockchain/bc-qr-reader"
},
"keywords": [
"QR"
],
"author": "Sjors Provoost <sjors@blockchain.com>",
"license": "",
"bugs": {
"url": "https://github.com/blockchain/bc-qr-reader/issues"
},
"homepage": "https://github.com/blockchain/bc-qr-reader"
}