-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 787 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "@kendawson-online/showscreensize",
"version": "1.1.0",
"description": "A self-contained Javascript which displays screen dimensions in a tiny layer for debugging CSS and layout issues.",
"main": "sss.js",
"files": ["sss.js", "README.md", "LICENSE", "screenshot.png"],
"repository": {
"type": "git",
"url": "git+https://github.com/kendawson-online/sss.git"
},
"keywords": ["tools","helper","screen size","development","showscreensize","javascript"],
"author": {
"name":"Ken Dawson",
"email": "[email protected]",
"url": "https://kendawson.online"
},
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/kendawson-online/sss/issues"
},
"homepage": "https://github.com/kendawson-online/sss#readme"
}