UNPKG

@kurtharriger/nel

Version:

Node.js Evaluation Loop (NEL): npm package to implement a Node.js REPL session

47 lines (46 loc) 1.34 kB
{ "name": "@kurtharriger/nel", "version": "0.6.0-wdio-repl", "description": "Node.js Evaluation Loop (NEL): npm package to implement 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", "dependencies": { "socket.io": "^1.4.8", "socket.io-client": "^1.4.8" }, "devDependencies": { "babel-cli": "^6.16.0", "babel-preset-es2015": "^6.16.0", "babel-preset-stage-0": "^6.16.0", "jsdoc": "latest", "jshint": "latest", "nodemon": "^1.10.2" }, "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": "jshint index.js lib", "test": "babel-node test/index.js", "build": "babel src -d lib", "watch": "babel -w src -d lib", "prepublish": "npm run build" } }