{ "name": "tessellate", "version": "1.0.0", "description": "", "main": "./public/js/tessellate.js", "scripts": { "build": "webpack --mode production", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://gitlab.com/mcdoh/tessellate.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://gitlab.com/mcdoh/tessellate/issues" }, "homepage": "https://gitlab.com/mcdoh/tessellate#README", "devDependencies": { "babel-core": "^6.26.3", "babel-loader": "^7.1.4", "babel-preset-env": "^1.7.0", "webpack": "^4.12.0", "webpack-cli": "^3.0.8" } }