-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
50 lines (50 loc) · 1.1 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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "browserify-hmr",
"version": "0.4.1",
"description": "Hot Module Replacement plugin for Browserify",
"main": "index.js",
"dependencies": {
"convert-source-map": "^1.1.1",
"express": "^4.13.3",
"lodash": "^4.0.0",
"rsvp": "^4.0.0",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"source-map": "^0.7.3",
"synchd": "^1.0.0",
"through2": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/register": "^7.6.2",
"browserify": "^16.2.3",
"core-js": "^3.2.1",
"fs-extra": "^8.1.0",
"mocha": "^6.2.0",
"regenerator-runtime": "^0.13.3",
"rimraf": "^3.0.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Macil/browserify-hmr.git"
},
"bugs": {
"url": "https://github.com/Macil/browserify-hmr/issues"
},
"keywords": [
"browserify",
"browserify-plugin",
"hmr",
"reload",
"hot",
"edit",
"live",
"livereload"
],
"author": "Chris Cowan <agentme49@gmail.com>",
"license": "MIT"
}