UNPKG

swank-js

Version:

Swank backend for Node.JS and in-browser JavaScript.

37 lines (36 loc) 934 B
{ "name": "swank-js", "version": "0.0.5", "description": "Swank backend for Node.JS and in-browser JavaScript.", "keywords": [ "swank", "slime", "emacs", "repl" ], "author": "Ivan Shvedunov", "contributors": [ "Robert Krahn", "Irakli Gozalishvili <rfobic@gmail.com>", "Jonathan Arkell <jonnay@jonnay.net>" ], "homepage": "https://github.com/swank-js/swank-js", "repository": { "type": "git", "url": "https://github.com/swank-js/swank-js.git", "web": "https://github.com/swank-js/swank-js" }, "bugs": { "url": "https://github.com/swank-js/swank-js/issues/" }, "main": "./swank.js", "bin": { "swank-js": "./swank.js" }, "dependencies": { "socket.io": ">=0.9", "socket.io-client": ">=0.9" }, "scripts": { "swank": "node ./swank.js" }, "licenses": [{ "type" : "X11-style", "url" : "https://raw.github.com/swank-js/swank-js/master/LICENSE" }] }