Newer
Older
{
"name": "drawing-app",
"version": "0.1.0",
"description": "CRDT-based p2p Drawing Application",
"main": "index.js",
"scripts": {
"build": "webpack src/app.js -o public/js/app.js",
"start": "http-server -c-1 -p 12345 public"
"devDependencies": {
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
}