-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
52 lines (52 loc) · 1.25 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
47
48
49
50
51
52
{
"name": "jquery-visibility",
"version": "1.0.12",
"description": "Page visibility shim for jQuery.",
"keywords": [
"page",
"visibility",
"visible",
"jquery-plugin",
"ecosystem:jquery"
],
"main": "jquery-visibility.js",
"scripts": {
"test": "echo \"Error: no test specified.\" && exit 1",
"start": "open demo.html"
},
"homepage": "http://mths.be/visibility",
"repository": {
"type": "git",
"url": "https://github.com/mathiasbynens/jquery-visibility.git"
},
"author": "Mathias Bynens @mathias (https://mathiasbynens.be)",
"contributors": [
{
"name": "Jan Paepke",
"email": "[email protected]",
"homepage": "http://janpaepke.de"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mathiasbynens/jquery-visibility/issues"
},
"dependencies": {
"jquery": "*"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-concat-util": "^0.5.2",
"gulp-jshint": "^1.10.0",
"gulp-json-editor": "^2.2.1",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace-task": "^0.1.0",
"gulp-size": "^1.2.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"jshint-stylish": "^1.0.1",
"semver": "^4.3.3",
"yargs": "^3.7.0"
}
}