"description": "A game about sumo",
"main": "index.js",
"scripts": {
- "build": "parcel build ./index.html",
+ "build": "parcel build ./index.html --public-url '.' --no-minify",
"document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md",
"lint": "eslint lib",
"setup-hooks": "ln -s ../../scripts/git-hooks/pre-commit .git/hooks/pre-commit",
},
"homepage": "https://github.com/rbdr/sumo#readme",
"dependencies": {
- "babel-polyfill": "^6.26.0",
"@serpentity/components.debug": "^2.0.0",
"@serpentity/components.position": "^2.0.0",
"@serpentity/serpentity": "^2.1.0",
+ "babel-polyfill": "^6.26.0",
"matter-js": "^0.14.1",
- "pixi.js": "^4.7.3"
+ "pixi.js": "^4.7.3",
+ "tinycolor2": "^1.4.1"
},
"browserslist": "last 2 versions",
"devDependencies": {