{
    "name": "nel",
    "version": "1.3.0",
    "description": "Node.js Evaluation Loop (NEL): module to run a Node.js REPL session",
    "keywords": [
        "javascript",
        "Node.js",
        "REPL",
        "session",
        "vm",
        "ijavascript",
        "jp-babel",
        "jp-coffeescript"
    ],
    "author": {
        "author": "Nicolas Riesco",
        "email": "enquiries@nicolasriesco.net",
        "url": "http://www.nicolasriesco.net/"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/n-riesco/nel.git"
    },
    "license": "BSD-3-Clause",
    "devDependencies": {
        "debug": "2",
        "eslint": "2",
        "jasmine": "2",
        "jsdoc": "3"
    },
    "scripts": {
        "doc": "jsdoc -R README.md -d doc index.js lib",
        "doc:publish": "node scripts/doc-publish.js doc https://github.com/n-riesco/nel",
        "lint": "eslint index.js lib test",
        "test:jasmine": "jasmine test",
        "test": "npm run lint && npm run test:jasmine"
    }
}
