{
    "name": "chabokpush",
    "version": "2.1.0",
    "description": "Chabok Javascript client for browsers, Web Workers & Node.js",
    "main": "dist/chabokpush.min.js",
    "homepage": "http://chabokpush.com/",
    "scripts": {},
    "repository": {
        "type": "git",
        "url": "https://github.com/chabok.io/chabok-client-js.git"
    },
    "author": "ADP digital",
    "license": "ISC",
    "eslintConfig": {
        "env": {
            "browser": true,
            "node": true
        },
        "parserOptions": {
            "ecmaVersion": 6,
            "sourceType": "module"
        },
        "rules": {
            "semi": 2
        }
    },
    "dependencies": {},
    "devDependencies": {}
}