-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
79 lines (79 loc) · 2.3 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "jquery.isinview",
"version": "1.0.6",
"homepage": "https://github.com/hashchange/jquery.isinview",
"bugs": "https://github.com/hashchange/jquery.isinview/issues",
"repository": {
"type": "git",
"url": "https://github.com/hashchange/jquery.isinview.git"
},
"author": "Michael Heim <[email protected]> (http://www.zeilenwechsel.de/)",
"description": "Detects if elements are in view - inside of the viewport, an iframe, or other containers. Extremely fast.",
"main": "dist/amd/jquery.isinview.js",
"keywords": [
"jquery",
"jquery-plugin",
"view",
"viewport",
"window",
"visible",
"visibility",
"display",
"show",
"overflow",
"scroll",
"scrollbar",
"container",
"dom",
"element",
"hidden",
"hide",
"nested",
"recursive"
],
"license": "MIT",
"scripts": {
"cleanup": "del-cli bower_components demo/bower_demo_components node_modules -f",
"setup": "npm install && bower install && cd demo && bower install && cd ..",
"reinstall": "npm run cleanup -s && npm run setup || npm run setup"
},
"dependencies": {
"jquery": ">=1.9.0 <3.2",
"jquery.documentsize": "^1.1.0"
},
"devDependencies": {
"bower": "^1.8.2",
"connect-livereload": "~0.6.0",
"del-cli": "~1.1.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~3.3.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-focus": "~1.0.0",
"grunt-karma": "~2.0.0",
"grunt-mocha": "~1.0.4",
"grunt-preprocess": "~5.1.0",
"grunt-sails-linker": "~1.0.4",
"grunt-text-replace": "~0.4.0",
"karma": "~2.0.0",
"karma-chai-plugins": "~0.9.0",
"karma-chrome-launcher": "~2.2.0",
"karma-firefox-launcher": "~1.1.0",
"karma-html2js-preprocessor": "~1.1.0",
"karma-ie-launcher": "~1.0.0",
"karma-mocha": "~1.3.0",
"karma-mocha-reporter": "~2.2.5",
"karma-opera-launcher": "~1.0.0",
"karma-phantomjs-launcher": "~1.0.4",
"karma-requirejs": "~1.1.0",
"karma-safari-launcher": "1.0.0",
"karma-script-launcher": "~1.0.0",
"karma-slimerjs-launcher": "~1.1.0",
"mocha": "~5.0.0",
"phantomjs-prebuilt": "^2.1.16",
"requirejs": "^2.3.5"
}
}