-
Notifications
You must be signed in to change notification settings - Fork 91
/
bower.json
39 lines (39 loc) · 885 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
38
39
{
"name": "angular-motion",
"description": "AngularMotion - Fancy CSS3 animations for AngularJS 1.2+",
"version": "0.4.4",
"keywords": [
"angular",
"animation"
],
"homepage": "https://github.com/mgcrea/angular-motion",
"bugs": "https://github.com/mgcrea/angular-motion/issues",
"author": {
"name": "Olivier Louvignes",
"email": "[email protected]",
"url": "https://github.com/mgcrea"
},
"repository": {
"type": "git",
"url": "https://github.com/mgcrea/angular-motion.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mgcrea/bootstrap-additions/blob/master/LICENSE.md"
}
],
"main": [
"dist/angular-motion.css"
],
"ignore": [
"docs",
"test",
"CONTRIBUTING.md"
],
"dependencies": {},
"devDependencies": {
"angular-animate": "^1.2",
"bootstrap": "^3.3.4"
}
}