forked from xpl/crx-hotreload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 984 Bytes
/
package.json
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
{
"name": "crx-hotreload",
"version": "1.0.6",
"description": "Watches for file changes in your Chrome extension's directory. When a change is detected, it reloads the extension and refreshes the active tab (to re-trigger the updated scripts).",
"main": "hot-reload.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xpl/crx-hotreload.git"
},
"keywords": [
"chrome",
"extension",
"plugin",
"chrome extension",
"chrome plugin",
"hot reload",
"automatic reload",
"restart on code change",
"file monitor",
"watchdog",
"watch",
"reload",
"hot",
"crx",
"crx-hotreload"
],
"author": "Vitaly Gordon <[email protected]> (http://github.com/xpl)",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/xpl/crx-hotreload/issues"
},
"homepage": "https://github.com/xpl/crx-hotreload#readme"
}