28 lines
712 B
JSON
28 lines
712 B
JSON
{
|
|
"name": "tessellate",
|
|
"version": "1.1.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://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": "^6.26.3",
|
|
"babel-loader": "^7.1.4",
|
|
"babel-preset-env": "^1.7.0",
|
|
"webpack": "^4.12.0",
|
|
"webpack-cli": "^3.0.8"
|
|
}
|
|
}
|