{
  "name": "rc-touchable",
  "version": "1.3.2",
  "description": "React Touchable Component",
  "keywords": [
    "react",
    "touchable",
    "component"
  ],
  "homepage": "http://github.com/react-component/touchable",
  "author": "yiminghe@gmail.com",
  "repository": {
    "type": "git",
    "url": "git@github.com:react-component/touchable.git"
  },
  "bugs": {
    "url": "http://github.com/react-component/touchable/issues"
  },
  "license": "MIT",
  "files": [
    "lib",
    "es"
  ],
  "main": "./lib/index",
  "module": "./es/index",
  "config": {
    "port": 8007
  },
  "scripts": {
    "compile": "rc-tools run compile",
    "build": "rc-tools run build",
    "gh-pages": "rc-tools run gh-pages",
    "start": "rc-tools run server",
    "pub": "rc-tools run pub",
    "lint": "rc-tools run lint --no-js-lint",
    "test": "rc-test run test",
    "chrome-test": "rc-test run chrome-test",
    "coverage": "rc-test run coverage"
  },
  "devDependencies": {
    "@types/mocha": "~2.2.32",
    "@types/react": "^15.0.38",
    "@types/react-dom": "^15.5.1",
    "expect.js": "~0.3.1",
    "pre-commit": "1.x",
    "rc-tools": "6.x",
    "rc-test": "6.x",
    "react": "15.x",
    "react-dom": "15.x"
  },
  "pre-commit": [
    "lint"
  ],
  "typings": "./lib/index.d.ts",
  "dependencies": {
    "babel-runtime": "6.x"
  }
}
