{
    "name": "weui_zhutong",
    "version": "1.1.2",
    "description": "A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.",
    "keywords": [
        "weui",
        "wechat",
        "weixin",
        "css",
        "less",
        "mobile"
    ],
    "style": "dist/style/weui.css",
    "less": "src/style/weui.less",
    "main": "dist/style/weui.css",
    "scripts": {
        "start": "gulp -ws",
        "test": "gulp release"
    },
    "author": "coding_jbz",
    "repository": {
        "type": "git",
        "url": "https://github.com/CodingJbz/weui"
    },
    "homepage": "https://github.com/weui/weui",
    "bugs": {
        "url": "https://github.com/CodingJbz/weui/issues"
    },
    "license": "MIT",
    "devDependencies": {
        "autoprefixer": "^6.3.1",
        "browser-sync": "^2.9.11",
        "gulp": "^3.8.10",
        "gulp-cssnano": "^2.0.0",
        "gulp-header": "^1.7.1",
        "gulp-less": "^3.0.2",
        "gulp-postcss": "^6.0.1",
        "gulp-rename": "^1.2.2",
        "gulp-replace": "^0.5.2",
        "gulp-sourcemaps": "^2.2.0",
        "gulp-tap": "^0.1.3",
        "postcss-discard-comments": "^2.0.4",
        "yargs": "^1.3.3"
    }
}
