-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.3 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.3 KB
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
80
81
82
{
"name": "jquery.documentsize",
"version": "1.2.5",
"homepage": "https://github.com/hashchange/jquery.documentsize",
"bugs": "https://github.com/hashchange/jquery.documentsize/issues",
"repository": {
"type": "git",
"url": "https://github.com/hashchange/jquery.documentsize.git"
},
"author": "Michael Heim <heim@zeilenwechsel.de> (http://www.zeilenwechsel.de/)",
"description": "Detects the real width and height of the document.",
"main": "dist/amd/jquery.documentsize.js",
"keywords": [
"jquery",
"jquery-plugin",
"document",
"dimensions",
"width",
"height",
"size",
"viewport",
"window",
"overflow",
"scroll",
"scrollbar",
"container",
"dom",
"html",
"hidden",
"hide",
"visible",
"visibility",
"display",
"show",
"element"
],
"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": "*"
},
"devDependencies": {
"bower": "^1.8.4",
"connect-livereload": "~0.6.0",
"del-cli": "~1.1.0",
"grunt": "^1.0.3",
"grunt-cli": "^1.3.1",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-connect": "~2.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~4.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-focus": "~1.0.0",
"grunt-karma": "~3.0.0",
"grunt-preprocess": "~5.1.0",
"grunt-sails-linker": "~1.0.4",
"grunt-text-replace": "~0.4.0",
"jasmine-core": "~3.2.1",
"jasmine-expect": "~3.8.4",
"karma": "~3.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-jasmine": "~1.1.2",
"karma-jasmine-matchers": "~3.8.3",
"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",
"phantomjs-prebuilt": "^2.1.16",
"requirejs": "^2.3.6",
"usertiming": "~0.1.8"
}
}