-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 889 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
{
"name": "koa-hot-reload",
"version": "1.0.0",
"description": "koa hot-reloading server",
"main": "index.js",
"scripts": {
"start:server": "webpack --config ./webpack.config.server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/budarin/koa-hot-reload.git"
},
"keywords": [
"koa",
"hot-reload"
],
"author": "Vadim Budarin",
"license": "ISC",
"bugs": {
"url": "https://github.com/budarin/koa-hot-reload/issues"
},
"homepage": "https://github.com/budarin/koa-hot-reload#readme",
"dependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-preset-env": "^1.2.1",
"koa": "^2.0.1",
"start-server-webpack-plugin": "^2.1.2",
"webpack": "^2.2.1",
"webpack-node-externals": "^1.5.4"
}
}