Files
Tessellate/package.json
Gavin McDonald c65a06a4ae version bump
2019-02-07 20:24:01 -05:00

29 lines
765 B
JSON

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