{
  "name": "plm-extend",
  "description": "plm-base框架的扩展库",
  "main": "index.js",
  "version": "1.2.14",
  "dependencies": {},
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.4",
    "babel-preset-es2015": "^6.24.1",
    "babel-runtime": "^6.26.0",
    "plm-base": "^1.2.8",
    "webpack": "^3.11.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/panlimin/plm-extend.git"
  },
  "keywords": [],
  "author": {
    "name": "闲人",
    "email": "875381750@qq.com",
    "url": "http://www.idler8.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/panlimin/plm-extend/issues",
    "email": "875381750@qq.com"
  },
  "scripts": {
    "build": "webpack",
    "watch": "webpack --watch",
    "test": "webpack --config ./webpack.test.js",
    "test-watch": "webpack --watch --config ./webpack.test.js"
  },
  "homepage": "https://github.com/panlimin/plm-extend#readme"
}
