-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "deploy-server-webpack-plugin",
"version": "0.0.6",
"description": "A plugin that deploys wepack bundles to server, and Koa as server to receive bundles",
"main": "dist/index.js",
"scripts": {
"babel": "babel ./src -d ./dist --compact --source-maps"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mingmingwon/deploy-server-webpack-plugin.git"
},
"keywords": [
"deploy server",
"push server",
"publish server",
"release server",
"webpack plugin",
"node deploy",
"node push",
"node publish",
"node release"
],
"author": "Jordan Wang",
"license": "MIT",
"bugs": {
"url": "https://github.com/mingmingwon/deploy-server-webpack-plugin/issues"
},
"homepage": "https://github.com/mingmingwon/deploy-server-webpack-plugin#readme",
"dependencies": {
"chalk": "^2.4.1",
"request": "^2.87.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0"
}
}