-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 748 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 748 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
{
"name": "webkit-webinspector",
"version": "0.1.0",
"description": "Standalone Webkit WebInspector frontend extracted from Webkit sources",
"main": "server.js",
"dependencies": {
"finalhandler": "^1.2.0",
"minimist": "^1.2.8",
"semver": "^7.3.8",
"serve-static": "^1.15.0"
},
"devDependencies": {},
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/artygus/webkit-webinspector.git"
},
"author": "artygus",
"license": "MIT",
"bugs": {
"url": "https://github.com/artygus/webkit-webinspector/issues"
},
"homepage": "https://github.com/artygus/webkit-webinspector#readme"
}