UNPKG

n.

Version:

Node REPL with some modules bundled

36 lines (35 loc) 1.13 kB
{ "name": "n.", "version": "0.0.2", "description": "Node REPL with some modules bundled ", "main": "./lib/n.", "bin": { "n.": "./bin/n." }, "scripts": { "test": "mocha test && npm run jshint", "mocha": "mocha --reporter min test", "jshint": "jshint .", "istanbul": "rm -rf coverage && istanbul cover ./node_modules/mocha/bin/_mocha --report html && open coverage/lib/n..js.html", "coveralls": "rm -rf coverage && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, "repository": "eggcaker/n.", "keywords": "., cli, console, lodash, moment, repl, shell, terminal", "author": "eggcaker<eggcaker@gmail.com> (https://github.com/eggcaker)", "contributors": [], "license": "MIT", "dependencies": { "lodash": "^3.0.0", "moment": "^2.10.6" }, "devDependencies": { "coveralls": "^2.11.2", "istanbul": "^0.3.5", "jshint": "^2.7.0", "mocha": "^2.2.5", "mocha-lcov-reporter": "0.0.2" }, "engines": { "node": ">=0.8.0" } }