{
    "name": "vue-cordova-plugin",
    "version": "0.1.3",
    "description": "Vue.js plugin for Cordova up",
    "main": "index.js",
    "scripts": {
        "build": "webpack",
        "dev": "webpack --watch",
        "prepublish": "npm run build"
    },
    "devDependencies": {
        "babel-core": "^6.13.2",
        "babel-loader": "^6.2.5",
        "babel-preset-es2015": "^6.6.0",
        "webpack": "^1.13.2",
        "webpack-cli": "^3.1.0"
    },
    "author": "kuailelp <kuailelp@aliyun.com>",
    "repository": {
        "type": "git",
        "url": "git+https://gitee.com/lp/vue-cordova.git"
    },
    "license": "MIT",
    "keywords": [
        "cordova",
        "vuejs",
        "plugin"
    ]
}
