{
  "name": "ya-ui",
  "version": "0.2.6",
  "description": "web components build with React",
  "main": "dist/yaui.js",
  "scripts": {
    "test": "karma start ./task/karma.config.js",
    "linter": "esw -w --ext .js,.jsx,.es6 .",
    "start": "gulp run-example",
    "build": "webpack --config ./task/webpack.build.js --display-error-details",
    "release": "gulp clean-dist && webpack --config ./task/webpack.release.js --display-error-details",
    "develop-example": "npm run example-build && gulp develop-example",
    "release-example": "npm run example-release && gulp release-example",
    "example-build": "webpack --config ./task/webpack.example.js --display-error-details",
    "example-release": "webpack --config ./task/webpack.example-release.js --display-error-details"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:ali322/ya-ui.git"
  },
  "keywords": [
    "ya-ui"
  ],
  "author": "alichen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ali322/ya-ui/issues"
  },
  "homepage": "https://github.com/ali322/ya-ui",
  "devDependencies": {
    "autoprefixer-loader": "^2.0.0",
    "babel-core": "^5.8.19",
    "babel-loader": "^5.3.2",
    "babel-plugin-react-transform": "^1.1.1",
    "browser-sync": "^2.10.0",
    "css-loader": "^0.15.6",
    "del": "^1.2.0",
    "eslint": "^1.10.2",
    "eslint-watch": "^2.1.4",
    "expect": "^1.13.0",
    "extract-text-webpack-plugin": "^0.8.2",
    "file-loader": "^0.8.4",
    "gulp": "^3.9.0",
    "gulp-inject": "^3.0.0",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^1.2.0",
    "karma": "^0.13.9",
    "karma-cli": "^0.1.0",
    "karma-coverage": "^0.5.0",
    "karma-jsdom-launcher": "^1.0.0",
    "karma-mocha": "^0.2.0",
    "karma-phantomjs-launcher": "^0.2.1",
    "karma-phantomjs-shim": "^1.1.2",
    "karma-sourcemap-loader": "^0.3.5",
    "karma-webpack": "^1.7.0",
    "mocha": "^2.2.5",
    "phantomjs": "^1.9.18",
    "react-transform-hmr": "^1.0.1",
    "style-loader": "^0.12.3",
    "stylus-loader": "^1.4.2",
    "url-loader": "^0.5.6",
    "webpack": "^1.10.5",
    "webpack-dev-middleware": "^1.2.0",
    "webpack-hot-middleware": "^2.5.0"
  },
  "dependencies": {
    "classnames": "^2.1.3",
    "lodash": "^3.10.0",
    "moment": "^2.10.6",
    "normalize.css": "^3.0.3",
    "react": "^0.14.2",
    "react-dom": "^0.14.2"
  }
}
