{
    "name": "json-pointer-umd",
    "description": "Some utilities for JSON pointers described by RFC 6901",
    "version": "0.6.0",
    "author": "Manuel Stofer <manuel@takimata.ch>",
    "license": "MIT",
    "dependencies": {
        "lodash": "^4.17.4"
    },
    "main": "index.js",
    "homepage": "https://github.com/manuelstofer/json-pointer",
    "repository": {
        "type": "git",
        "url": "git://github.com/manuelstofer/json-pointer.git"
    },
    "devDependencies": {
        "chai": "^1.9.1",
        "coveralls": "^2.11.14",
        "mocha": "^1.9.0",
        "nyc": "^8.3.1",
        "seamless-immutable": "^5.1.1"
    },
    "scripts": {
        "test": "nyc make test"
    },
    "nyc": {
        "exclude": [
            "test",
            "node_modules"
        ],
        "reporter": [
            "lcov",
            "text-summary"
        ]
    }
}