{
    "name": "jspath",
    "version": "0.4.0",
    "homepage": "https://github.com/dfilatov/jspath",
    "description": "DSL that enables you to navigate and find data within your JSON documents",
    "keywords": [
        "json",
        "path",
        "filter",
        "selection",
        "jspath",
        "jpath",
        "jsonpath"
    ],
    "author": "Dmitry Filatov <dfilatov@yandex-team.ru>",
    "contributors": [
        {
            "name": "Dmitry Filatov",
            "email": "dfilatov@yandex-team.ru"
        },
        {
            "name": "Marat Dulin",
            "email": "mdevils@gmail.com"
        }
    ],
    "repository": {
        "type": "git",
        "url": "http://github.com/dfilatov/jspath.git"
    },
    "dependencies": {},
    "devDependencies": {
        "nodeunit": "0.9.1",
        "istanbul": "",
        "cliff": "",
        "benchmark": "",
        "uglify-js": "3.3.4"
    },
    "main": "index",
    "engines": {
        "node": ">= 0.4.0"
    },
    "scripts": {
        "test": "./node_modules/istanbul/lib/cli.js test test.js"
    },
    "enb": {
        "sources": [
            "lib/jspath.js"
        ]
    }
}
