{
  "name": "react-interactable",
  "version": "0.6.5",
  "description": "A port of react-native-interactable to make it work on the web",
  "main": "dist/interactable.native.js",
  "scripts": {
    "start": "cd playground && node ./scripts/start.js",
    "build": "./node_modules/.bin/bili",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Javier Marquez",
  "license": "MIT",
  "dependencies": {
    "prop-types": "^15.8.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/arqex/react-interactable"
  },
  "devDependencies": {
    "bili": "^3.4.2"
  }
}
