{
    "name": "@cjssdk/query",
    "version": "1.5.0",
    "description": "Parse the given location search string into object.",
    "author": {
        "name": "Stanislav Kalashnik",
        "email": "darkpark.main@gmail.com"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/cjssdk/query.git"
    },
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "lint": "eslint --ignore-pattern '/docs/' .",
        "test": "npm run lint",
        "jsdoc": "jsdoc --destination docs *.js readme.md"
    },
    "devDependencies": {
        "@cjssdk/eslint-config": "1.*.*",
        "eslint": "4.*.*",
        "jsdoc": "3.*.*"
    },
    "keywords": [
        "commonjs",
        "sdk",
        "cjssdk",
        "framework",
        "query",
        "parse",
        "stringify"
    ],
    "license": "MIT"
}
