nightwatch-repl
Version:
A REPL for NightwatchJS
30 lines (29 loc) • 674 B
JSON
{
"name": "nightwatch-repl",
"version": "0.2.0",
"description": "A REPL for NightwatchJS",
"main": "repl.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamyohann/nightwatch-repl.git"
},
"keywords": [
"Nightwatch",
"Javascript",
"NightwatchJS",
"Development"
],
"author": "Yohann",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/iamyohann/nightwatch-repl/issues"
},
"homepage": "https://github.com/iamyohann/nightwatch-repl#readme",
"dependencies": {
"figlet": "^1.2.0",
"readline": "^1.3.0"
}
}