{
  "name": "rmc-align",
  "version": "1.0.0",
  "description": "react align ui component for mobile",
  "keywords": [
    "react",
    "react-component",
    "react-align",
    "align",
    "mobile align"
  ],
  "files": [
    "lib",
    "es",
    "dist"
  ],
  "homepage": "http://github.com/react-component/m-align",
  "author": "",
  "repository": {
    "type": "git",
    "url": "git@github.com:react-component/m-align.git"
  },
  "bugs": {
    "url": "http://github.com/react-component/m-align/issues"
  },
  "licenses": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "config": {
    "port": 8100
  },
  "scripts": {
    "dist": "rc-tools run dist",
    "watch-tsc": "rc-tools run watch-tsc",
    "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",
    "compile": "rc-tools run compile --babel-runtime",
    "karma": "rc-test run karma",
    "saucelabs": "rc-test run saucelabs",
    "test": "rc-test run test",
    "chrome-test": "rc-test run chrome-test",
    "coverage": "rc-test run coverage"
  },
  "devDependencies": {
    "@types/react": "~16.0.2",
    "@types/react-dom": "15.5.1",
    "expect.js": "0.3.x",
    "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",
    "dom-align": "1.x",
    "rc-util": "4.x"
  }
}
