{
    "name": "jingdata-grid-manager-vue",
    "version": "1.1.65",
    "gmVersion": "1.6.2",
    "description": "gridmanager by vue",
    "main": "js/gm-vue.js",
    "scripts": {
        "start": "node server",
        "build": "webpack --config webpack-config.js",
        "version": "npm run build && npm publish dist",
        "postversion": "git push && git push --tags"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/baukh789/GridManager-Vue"
    },
    "author": "mogujun",
    "license": "MIT",
    "homepage": "http://gridmanager.lovejavascript.com",
    "bugs": {
        "url": "https://github.com/baukh789/GridManager-Vue/issues"
    },
    "keywords": [
        "vue",
        "gridmanager",
        "vue-gridmanager",
        "table",
        "vue-table",
        "grid",
        "vue-grid",
        "component",
        "components"
    ],
    "devDependencies": {
        "babel-cli": "6.24.1",
        "babel-core": "6.25.0",
        "babel-loader": "6.4.1",
        "babel-plugin-transform-decorators-legacy": "1.3.4",
        "babel-preset-es2015": "6.24.1",
        "babel-preset-stage-0": "6.24.1",
        "copy-webpack-plugin": "^4.5.0",
        "css-loader": "^0.28.10",
        "express": "^4.16.3",
        "extract-text-webpack-plugin": "2.1.2",
        "webpack": "2.7.0",
        "webpack-dev-middleware": "^2.0.4"
    },
    "dependencies": {
        "jingdata-grid-manager": "^1.1.65",
        "vue": "^2.5.2"
    }
}
