-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 716 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 716 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": "IPSubnetMaskExpander",
"version": "0.1.0",
"description": "Yet another amazing AngularJS app",
"keywords": [
"angular"
],
"homepage": "https://github.com/0xbrock/-i-p-subnet-mask-expander",
"bugs": "https://github.com/0xbrock/-i-p-subnet-mask-expander/issues",
"author": {
"name": "Brock",
"email": "",
"url": "https://github.com/0xbrock"
},
"repository": {
"type": "git",
"url": "https://github.com/0xbrock/-i-p-subnet-mask-expander.git"
},
"licenses": [
{
"type": "MIT"
}
],
"dependencies": {
"bootstrap": "3.2.0",
"angular-animate": "^1.3.0-beta.17",
"angular-route": "^1.3.0-beta.17",
"angular": "^1.3.0-beta.17"
}
}