forked from mgcrea/angular-motion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 908 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
40
41
42
43
{
"name": "angular-motion",
"description": "AngularMotion - Fancy CSS3 animations for AngularJS 1.2+",
"version": "0.3.2",
"keywords": [
"angular",
"animation"
],
"homepage": "https://github.com/mgcrea/angular-motion",
"bugs": "https://github.com/mgcrea/angular-motion/issues",
"author": {
"name": "Olivier Louvignes",
"email": "olivier@mg-crea.com",
"url": "https://github.com/mgcrea"
},
"repository": {
"type": "git",
"url": "https://github.com/mgcrea/angular-motion.git"
},
"licenses": [
{
"type": "MIT"
}
],
"main": [
"dist/angular-motion.css"
],
"ignore": [
"docs",
"test",
"CONTRIBUTING.md"
],
"dependencies": {
"angular": "^1.2",
"angular-animate": "^1.2"
},
"devDependencies": {
"bootstrap": "^3.0",
"angular-mocks": "^1.2",
"angular-strap": "^2.0",
"fastclick": "~1.0.3"
}
}