forked from zeusdeux/isInViewport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 900 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
37
38
{
"name": "is-in-viewport",
"version": "2.4.2",
"private": false,
"description": "An ultra-light jQuery plugin that tells you if an element is in the viewport but with a twist.",
"main": "lib/isInViewport.js",
"scripts": {
"test": "grunt test",
"build": "grunt"
},
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "https://github.com/zeusdeux/isInViewport.git"
},
"keywords": [
"viewport",
"jquery",
"jquery-plugin"
],
"author": "Mudit Ameta",
"license": "MIT",
"bugs": {
"url": "https://github.com/zeusdeux/isInViewport/issues"
},
"devDependencies": {
"grunt": "0.4.x",
"grunt-blanket-mocha": "^0.4.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "0.2.x",
"mocha": "^1.18.2",
"phantomjs": "^1.9.7-4",
"should": "^3.3.1"
}
}