mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-13 17:07:54 -05:00
16 lines
370 B
JSON
16 lines
370 B
JSON
{
|
|
"name": "webpack-build-server",
|
|
"version": "1.0.0",
|
|
"description": "A sample Webpack build (for the server)",
|
|
"scripts": {
|
|
"start": "node dist/server.js",
|
|
"build": "webpack --config ./support/webpack.config.js"
|
|
},
|
|
"author": "Damien Arrachequesne",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"socket.io": "^2.0.3",
|
|
"webpack": "^2.6.1"
|
|
}
|
|
}
|