UNPKG

react-native-donkey-kong

Version:

Donkey Kong remake using react-native-game-engine

41 lines (40 loc) 1.11 kB
{ "name": "react-native-donkey-kong", "version": "0.5.4", "description": "Donkey Kong remake using react-native-game-engine", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/bberak/react-native-donkey-kong.git" }, "keywords": [ "react-native", "react-native-game-engine", "game-dev", "game-2d", "donkey-kong", "nintendo" ], "author": "Boris Berak", "license": "MIT", "bugs": { "url": "https://github.com/bberak/react-native-donkey-kong/issues" }, "homepage": "https://github.com/bberak/react-native-donkey-kong#readme", "dependencies": { "d3-interpolate": "^1.1.6", "lodash": "^4.17.4", "matter-js": "^0.13.0", "react-native-animatable": "^1.2.4", "react-native-extended-stylesheet": "^0.8.1", "react-native-game-engine": "git+https://github.com/bberak/react-native-game-engine.git#rx-update", "react-native-typewriter": "^0.5.3" }, "peerDependencies": { "react": "*", "react-native": "*" } }