{
    "name": "jsutils-100",
    "version": "1.1.0-beta.2",
    "author": "spring.hehe.v5",
    "dependencies": {
        "lodash": "^4.17.10"
    },
    "scripts": {
        "test": "jest",
        "build": "babel src --out-dir lib"
    },
    "devDependencies": {
        "babel-cli": "^6.26.0",
        "babel-core": "^6.26.3",
        "babel-loader": "^7.1.5",
        "babel-plugin-transform-runtime": "^6.23.0",
        "babel-preset-env": "^1.7.0",
        "babel-preset-es2015": "^6.24.1",
        "babel-preset-stage-0": "^6.24.1",
        "babel-runtime": "^6.26.0",
        "jest": "^25.0.0"
    },
    "description": "在 lodash 基础上扩展的一些 jsUtils",
    "main": "lib/index.js",
    "jsnext:main": "src/index.js",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/springHyc/jsUtils.git"
    },
    "keywords": [
        "jsUtils"
    ],
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/springHyc/jsUtils/issues"
    },
    "homepage": "https://github.com/springHyc/jsUtils#readme",
    "files": [
        "src/",
        "lib/",
        "package.json"
    ]
}
