-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (32 loc) · 826 Bytes
/
bower.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
{
"author": {
"name": "Matthew Alan Gray",
"email": "[email protected]"
},
"name": "hbz-age-gate",
"description": "Age verification gateway component.",
"version": "1.0.1",
"license": "MIT",
"homepage": "https://github.com/hatboyzero/hbz-age-gateway",
"repository": {
"type": "git",
"url": "git://github.com/hatboyzero/hbz-age-gateway.git"
},
"ignore": [
"demo",
"test"
],
"main": "./src/component.js",
"dependencies": {
"angular": "~1.2.7",
"angular-cookies": "~1.2.7",
"angular-mocks": "~1.2.7",
"angular-resource": "~1.2.7",
"jquery": "~2.0.3",
"bootstrap": "~3.0.3",
"moment": "~2.5.0"
},
"devDependencies": {
"chai": "~1.8.1"
}
}