{
    "name": "esprima",
    "version": "1.1.0-dev",
    "main": "./esprima.js",
    "scripts": [
        "esprima.js"
    ],
    "dependencies": {},
    "ignore": [
        "examples",
        "test",
        "tools"
    ],
    "repository": {
        "type": "git",
        "url": "http://github.com/ariya/esprima.git"
    },
    "licenses": [{
        "type": "BSD",
        "url": "http://github.com/ariya/esprima/raw/master/LICENSE.BSD"
    }],
    "keywords": [
        "ast",
        "ecmascript",
        "javascript",
        "parser",
        "syntax"
    ]
}
