forked from UseAllFive/true-visibility
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.09 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "true-visibility",
"version": "0.2.1",
"description": "check if an element is viewable, accounts for scrolling (ie9+)",
"main": "./dist/true-visibility.min.js",
"scripts": {
"gulp": "./node_modules/.bin/gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bigteejay/true-visibility.git"
},
"keywords": [
"dom",
"visible",
"display",
"visibility",
"hidden"
],
"author": "bigteejay <twjohnso@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bigteejay/true-visibility/issues"
},
"devDependencies": {
"gulp": "^3.9.1",
"del": "^2.2.0",
"es6-promise": "~3.1.2",
"jshint": "~2.9.1",
"jshint-stylish": "~2.1.0",
"gulp-jshint": "~2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-flatten": "~0.2.0",
"gulp-header": "^1.7.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3"
},
"homepage": "https://github.com/bigteejay/true-visibility",
"files": [
"README.md",
"LICENSE.txt",
"dist/",
"src/"
]
}