{
    "name": "hzwlutils",
    "version": "1.1.1",
    "description": "封装模块及组件时所使用的代码架构",
    "main": "min/wlutils.min.js",
    "scripts": {
        "build": "node script/build.js",
        "build-copy": "node script/build-copy.js",
        "build-pack": "node script/build-pack",
        "test": "npm run build-pack && karma start script/karma.conf.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/jxmyh99/wlutls.git"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/jxmyh99/wlutls/issues"
    },
    "homepage": "https://github.com/jxmyh99/wlutls#readme",
    "devDependencies": {
        "babel-core": "^6.26.3",
        "babel-loader": "^7.1.5",
        "babel-preset-env": "^1.7.0",
        "chalk": "^2.4.1",
        "copy": "^0.3.2",
        "coveralls": "^3.0.2",
        "karma": "^2.0.4",
        "karma-chrome-launcher": "^2.2.0",
        "karma-coverage": "^1.1.2",
        "karma-mocha": "^1.3.0",
        "karma-mocha-reporter": "^2.2.5",
        "karma-power-assert": "^1.0.0",
        "mocha": "^5.2.0",
        "ora": "^3.0.0",
        "power-assert": "^1.6.0",
        "rimraf": "^2.6.2",
        "webpack": "^4.16.1"
    },
    "dependencies": {}
}