-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 874 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 874 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
{
"name": "@larcjs/devtools",
"version": "1.0.0",
"description": "LARC DevTools - Chrome DevTools extension for debugging PAN message bus",
"private": true,
"scripts": {
"build": "echo 'Build extension package' && npm run package",
"package": "zip -r larc-devtools.zip . -x '*.git*' -x 'node_modules/*' -x '*.zip' -x 'package*.json'",
"install:chrome": "echo 'Load unpacked extension from Chrome Extensions page (chrome://extensions)'"
},
"keywords": [
"devtools",
"chrome-extension",
"debugging",
"larc",
"pan",
"message-bus",
"inspector"
],
"author": "Chris Robison",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/larcjs/devtools.git"
},
"bugs": {
"url": "https://github.com/larcjs/devtools/issues"
},
"homepage": "https://github.com/larcjs/devtools#readme"
}