-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 705 Bytes
/
bower.json
File metadata and controls
41 lines (41 loc) · 705 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "angular-scroll-animate",
"version": "0.9.9",
"license": "MIT",
"main": [
"dist/angular-scroll-animate.js"
],
"keywords": [
"angular",
"directive",
"scroll",
"animate",
"visible",
"view",
"viewport",
"lazy"
],
"ignore": [
"**/.*",
"*.yml",
".jshintrc",
"node_modules",
"bower_components",
"example",
"Gruntfile.js",
"package.json",
"component.json",
"karma.conf.js",
"src"
],
"dependencies": {
"angular": "^1.3.15"
},
"devDependencies": {
"angular-mocks": "^1.3.15",
"sinon": "^1.9.0",
"jasmine-sinon": "^0.3.1",
"underscore": "^1.7.0",
"animate.css": "^3.1.0"
}
}