Files
Tessellate/package.json
Gavin McDonald ede8e70b56 v1.2.0
2019-01-13 15:18:33 -05:00

28 lines
712 B
JSON

{
"name": "tessellate",
"version": "1.2.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"
}
}