{ "name": "sumo", "version": "1.0.0-alpha1", "description": "A game about sumo", "main": "index.js", "scripts": { "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", "test": "I'm really really sorry!", "watch": "parcel ./index.html" }, "repository": { "type": "git", "url": "git+https://github.com/rbdr/sumo.git" }, "author": "Ben Beltran ", "license": "Apache-2.0", "bugs": { "url": "https://github.com/rbdr/sumo/issues" }, "homepage": "https://github.com/rbdr/sumo#readme", "dependencies": { "@serpentity/components.angle": "^1.0.2", "@serpentity/components.debug": "^3.0.2", "@serpentity/components.force": "^1.0.3", "@serpentity/components.position": "^3.0.2", "@serpentity/serpentity": "^2.1.0", "babel-polyfill": "^6.26.0", "matter-js": "^0.14.1", "pixi.js": "^4.7.3", "tinycolor2": "^1.4.1" }, "browserslist": [ "defaults" ], "devDependencies": { "@babel/core": "^7.8.7", "@babel/preset-env": "^7.8.7", "@hapi/eslint-config-hapi": "^13.0.2", "@hapi/eslint-plugin-hapi": "^4.3.5", "babel-loader": "^8.0.6", "code": "^5.2.0", "eslint": "^6.8.0", "eslint-config-hapi": "^11.0.0", "eslint-plugin-hapi": "^4.1.0", "jsdoc": "^3.5.5", "jsdoc-to-markdown": "^4.0.1", "parcel-bundler": "^1.12.4" } }