Files
Tessellate/package.json
Gavin McDonald 26c6813d95 upgraded tooling
2018-06-24 00:29:16 -04:00

28 lines
664 B
JSON

{
"name": "tessellate",
"version": "1.0.0",
"description": "",
"main": "webpack.config.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"
}
}