{
  "name": "antd-mobile-h5",
  "version": "0.0.2",
  "description": "Best Practice Of Developing Component With Ant-Tool",
  "homepage": "http://",
  "author": "deming.wdm@alipay.com",
  "repository": {
    "type": "git",
    "url": ""
  },
  "bugs": "issues url",
  "main": "./index",
  "entry": {
    "dialog": "./src/dialog/index",
    "carousel": "./src/carousel/index",
    "loading": "./src/loading/index",
    "notice": "./src/loading/index",
    "page-result": "./src/page-result/index",
    "tab": "./src/tab/index",
    "toast": "./src/toast/index",
    "antd-mobile-h5": "./index"
  },
  "files": [
    "lib",
    "components",
    "style"
  ],
  "scripts": {
    "compile": "rm -rf lib && babel src --out-dir lib && gulp build",
    "build": "atool-build",
    "lint": "eslint --ext .js src",
    "test": "atool-test",
    "doc": "atool-doc",
    "doc-build": "atool-doc --build",
    "gh-pages": "atool-doc --build && gh-pages -d __site"
  },
  "dependencies": {
    "anima-yocto": "~2.0.0",
    "anima-carousel": "~2.0.0",
    "anima-dialog": "~2.0.0",
    "anima-loading": "~2.0.0",
    "anima-toast": "~2.0.0",
    "anima-pop": "~2.0.0",
    "anima-class": "~1.0.0",
    "atpl-loader": "~0.2.0"
  },
  "devDependencies": {
    "atool-build": "^0.7.15",
    "atool-doc": "^0.4.3",
    "atool-test": "^0.4.4",
    "babel-cli": "~6.6.4",
    "babel-core": "~6.7.4",
    "babel-plugin-add-module-exports": "~0.1.2",
    "babel-preset-es2015": "~6.6.0",
    "babel-preset-stage-0": "~6.5.0",
    "dora": "0.3.x",
    "eslint": "^2.5.3",
    "eslint-config-airbnb": "^6.2.0",
    "gh-pages": "^0.11.0",
    "less": "~2.5.1",
    "gulp-less": "~3.1.0",
    "pre-commit": "^1.1.2"
  },
  "babel": {
    "presets": [
      "es2015",
      "stage-0"
    ],
    "plugins": [
      "add-module-exports"
    ]
  },
  "pre-commit": [
    "lint"
  ],
  "license": "MIT"
}
