-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 859 Bytes
/
package.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
{
"name": "jquery-beacons",
"version": "2.0.0",
"description": "React when elements scroll into view.",
"main": "src/jquery-beacons.js",
"repository": {
"type": "git",
"url": "git://github.com/cobbdb/jquery-beacons.git"
},
"keywords": [
"jquery",
"plugin",
"viewport",
"offset",
"infinite"
],
"author": "Dan Cobb <[email protected]> (http://www.github.com/cobbdb)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cobbdb/jquery-beacons/issues"
},
"homepage": "https://github.com/cobbdb/jquery-beacons",
"devDependencies": {
"grunt": "1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "2.0.0",
"matchdep": "1.0.1"
},
"dependencies": {
"jquery-near-viewport": "^1.2.2"
},
"peerDependencies": {
"jquery": "*"
}
}