-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 700 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 700 Bytes
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
{
"name": "verge",
"description": "viewport utilities module",
"version": "1.10.2",
"homepage": "https://github.com/ryanve/verge",
"license": "MIT",
"author": "Ryan Van Etten",
"main": "verge.js",
"ender": "bridge.js",
"scripts": {
"preversion": "npm test",
"test": "npm doctor"
},
"repository": "github:ryanve/verge",
"bugs": {
"url": "https://github.com/ryanve/verge/issues"
},
"devDependencies": {},
"keywords": [
"width",
"height",
"window",
"browser",
"viewport",
"javascript",
"dimensions",
"responsive",
"innerWidth",
"innerHeight",
"clientWidth",
"clientHeight",
"media queries",
"ender"
]
}