-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.07 KB
/
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
37
{
"name": "nwjs-webpack-plugin",
"version": "0.5.0",
"description": "A webpack plugin that provides live reload capabilities during development of NW.js applications. Something like webpack-dev-server for NW.js.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alex Michailidis <[email protected]> (https://github.com/alex-rokabilis)",
"contributors": [
"Marius Guščius <[email protected]> (https://github.com/masterjg)"
],
"license": "MIT",
"dependencies": {
"ansi-to-html": "^0.6.9",
"get-port": "^4.1.0",
"cross-spawn": "^6.0.5",
"webpack": "^4.28.4"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/alex-rokabilis/nwjs-webpack-plugin.git"
},
"bugs": {
"url": "https://github.com/alex-rokabilis/nwjs-webpack-plugin/issues"
},
"homepage": "https://github.com/alex-rokabilis/nwjs-webpack-plugin#readme",
"keywords": [
"webpack",
"webpack-plugin",
"nwjs",
"livereload",
"live",
"reload"
]
}