forked from silvestreh/onScreen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 823 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
{
"name": "onScreen",
"homepage": "http://silvestreh.github.io/onScreen/",
"author": "Silvestre Herrera <[email protected]>",
"version": "0.0.0",
"description": "Checks if matched elements are inside the viewport.",
"contributors": [
{
"name": "Silvestre Herrera",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/silvestreh/onScreen"
},
"bugs": {
"url": "https://github.com/silvestreh/onScreen/issues"
},
"keywords": [
"on screen",
"viewport",
"element position",
"element in viewport",
"element inside viewport"
],
"private": true,
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1"
}
}