qrepl
Version:
quick repl helper
27 lines (26 loc) • 562 B
JSON
{
"name": "qrepl",
"version": "0.1.3",
"description": "quick repl helper",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/spro/qrepl.git"
},
"author": "Sean Robertson (http://sprobertson.com/)",
"keywords": [
"repl",
"prontotype"
],
"main": "lib/index.js",
"scripts": {
"build": "coffee -o lib -c src"
},
"dependencies": {
"object-assign": "4.1.0"
},
"bugs": {
"url": "https://github.com/spro/qrepl/issues"
},
"homepage": "https://github.com/spro/qrepl#readme",
"license": "MIT"
}