forked from zumba/angular-waypoints
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
48 lines (48 loc) · 964 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
47
48
{
"name": "angular-waypoints",
"version": "1.0.0",
"description": "An AngularJS module for working with jQuery Waypoints",
"main": "dist/angular-waypoints.js",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"gruntfile.js",
"package.json",
"grunt"
],
"keywords": [
"angular",
"waypoints",
"jquery",
"scroll"
],
"authors": [
{
"name": "Stephen Young",
"email": "stephen.young@zumba.com",
"homepage": "https://github.com/young-steveo"
}
],
"homepage": "http://tech.zumba.com",
"repository": {
"type": "git",
"url": "git://github.com/zumba/angular-waypoints.git"
},
"moduleType": [
"amd",
"globals"
],
"private": false,
"dependencies": {
"lodash": "~2.4.1",
"jquery-waypoints": "~2.0.5",
"angular": "~1.2.22",
"jquery": "~2.1.1"
},
"devDependencies": {
"angular-mocks": "~1.2.22"
}
}