{
    "name": "weex-flymeui",
    "version": "0.1.25",
    "description": "A Flyme Style UI library based on Weex for Creator.",
    "main": "index.js",
    "lib": "vue",
    "type": "weex",
    "repository": "https://github.com/FlymeApps/weex-flymeui",
    "scripts": {
        "build": "webpack --progress",
        "watch": "webpack --progress --watch",
        "serve": "anywhere -d dist/example/ -p 8888",
        "public": "npm run build; npm publish",
        "start": "npm run build; (npm run serve & npm run watch)",
        "release": "npm run build; node ./depoly/pack-prod.js",
        "build:component": "webpack --config component.config.js"
    },
    "keywords": [
        "Flyme",
        "Flyme Ui",
        "Weex",
        "UI library"
    ],
    "author": "Yanjiie",
    "license": "MIT",
    "devDependencies": {
        "anywhere": "^1.4.0",
        "archiver": "^2.1.1",
        "babel-core": "~6.26.0",
        "babel-eslint": "~8.0.1",
        "babel-loader": "~7.1.2",
        "babel-plugin-weexcomponent": "^0.0.2",
        "babel-preset-es2015": "~6.24.1",
        "babel-preset-stage-0": "~6.24.1",
        "babel-runtime": "~6.26.0",
        "clean-webpack-plugin": "~0.1.17",
        "copy-webpack-plugin": "~4.0.1",
        "css-loader": "~0.28.7",
        "eslint": "^4.18.1",
        "eslint-config-vue": "^2.0.2",
        "eslint-plugin-vue": "^2.1.0",
        "eslint-plugin-vuefix": "^0.2.1",
        "file-loader": "^1.1.5",
        "glob": "^7.1.2",
        "happypack": "^4.0.1",
        "os": "^0.1.1",
        "postcss-loader": "^2.0.10",
        "postcss-plugin-px2rem": "^0.7.0",
        "postcss-plugin-weex": "^0.1.6",
        "postcss-px2rem": "^0.3.0",
        "uglifyjs-webpack-plugin": "^1.2.7",
        "url-loader": "^0.6.2",
        "url-parse": "^1.1.9",
        "vue": "^2.5.3",
        "vue-loader": "^12.2.2",
        "vue-template-compiler": "^2.5.3",
        "webpack": "^3.10.0",
        "webpack-uglify-parallel": "^0.1.4",
        "weex-loader": "^0.7.2",
        "weex-vue-loader": "^0.5.0",
        "weex-vue-precompiler": "^0.1.17",
        "weex-vue-render": "^1.0.20"
    },
    "dependencies": {
        "weex-bindingx": "^0.0.24"
    }
}
