29 lines
765 B
JSON
29 lines
765 B
JSON
{
|
|
"name": "tessellate",
|
|
"version": "1.4.1",
|
|
"description": "",
|
|
"main": "./public/js/tessellate.js",
|
|
"scripts": {
|
|
"build:dev": "webpack --mode development",
|
|
"build:prod": "webpack --mode production",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitea.daggertrout.com/mcdoh/Tessellate"
|
|
},
|
|
"author": "Gavin McDonald",
|
|
"license": "",
|
|
"bugs": {
|
|
"url": "https://gitea.daggertrout.com/mcdoh/Tessellate/issues"
|
|
},
|
|
"homepage": "https://gitea.daggertrout.com/mcdoh/Tessellate#README",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.2.2",
|
|
"@babel/preset-env": "^7.3.1",
|
|
"babel-loader": "^8.0.5",
|
|
"webpack": "^4.29.3",
|
|
"webpack-cli": "^3.2.3"
|
|
}
|
|
}
|