forked from janantala/angular-qr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 676 Bytes
/
Copy pathbower.json
File metadata and controls
30 lines (30 loc) · 676 Bytes
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
{
"name": "angular-qr",
"version": "0.2.0",
"description": "QR code generator for AngularJS",
"keywords": ["qr", "qrcode", "angular"],
"authors": ["Jan Antala <hello@janantala.com>"],
"license": "MIT",
"homepage": "https://github.com/janantala/angular-qr",
"main": "./src/angular-qr.js",
"repository": {
"type": "git",
"url": "https://github.com/janantala/angular-qr.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test*",
"demo*",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"angular": "~1.2.5",
"qrcode": "~1.0.x"
},
"devDependencies": {
"angular-mocks": "~1.2.5"
}
}