-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 727 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 727 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
{
"name": "I",
"version": "0.1.0",
"description": "Yet another amazing AngularJS app",
"keywords": [
"angular"
],
"homepage": "https://github.com/mingjunyang/-i",
"bugs": "https://github.com/mingjunyang/-i/issues",
"author": {
"name": "MinjgunYang",
"email": "",
"url": "https://github.com/mingjunyang"
},
"repository": {
"type": "git",
"url": "https://github.com/mingjunyang/-i.git"
},
"licenses": [{
"type": "MIT"
}],
"dependencies": {
"bootstrap": "3.2.0",
"angular-animate": "~1.2.24",
"angular-route": "~1.2.24",
"angular-touch": "~1.2.24",
"angular": "~1.2.24"
}
}