forked from MehulATL/ng-Fx
-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
46 lines (46 loc) · 902 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
44
45
46
{
"name": "ngAnimations.js",
"version": "1.0.4",
"homepage": "https://hendrixer.github.io",
"authors": [
"Hendrixer"
],
"description": "A conversion of animate.css into angular ngAnimate javaScript.",
"main": "dist/ngFx.js",
"keywords": [
"angular",
"ngAnimate",
"animate",
"animations"
],
"license": "MIT",
"ignore": [
".*",
"node_modules",
"bower_components",
"src",
"README.md",
"features",
"demoApp",
"index.html",
"animationList.txt",
"easingList.txt",
"Gulpfile.js",
"bower.json",
".gitignore",
"package.json",
"coverage",
"karma.conf.js",
"specs"
],
"dependencies": {
"angular": "*",
"angular-ui-router": "~0.2.10"
},
"devDependencies": {
"gsap": "~1.11.6",
"angular-animate": "~1.2.16",
"angular-mocks": "~1.2.16",
"angular-bootstrap": "~0.11.0"
}
}