You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
672 B
31 lines
672 B
{
|
|
"name": "mapp-board",
|
|
"version": "0.1.0",
|
|
"description": "A canvas battle map like thing.",
|
|
"main": "dist/mapp-board-cjs.js",
|
|
"module": "src/index.js",
|
|
"scripts": {
|
|
"dev": "node ./dev-server/server.js",
|
|
"build-prod": "NODE_ENV=production webpack .",
|
|
"build": "webpack .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"map",
|
|
"mapp",
|
|
"battlemat",
|
|
"rp",
|
|
"rpg"
|
|
],
|
|
"author": "Gisle",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/fabric": "^1.5.48",
|
|
"express": "^4.16.4",
|
|
"webpack": "^4.28.2",
|
|
"webpack-cli": "^3.1.2"
|
|
},
|
|
"dependencies": {
|
|
"fabric": "^2.4.6"
|
|
}
|
|
}
|