Codebase list node-keypress / 061e2384-5ef2-4ddd-9fca-d60c0d40935f/main package.json
061e2384-5ef2-4ddd-9fca-d60c0d40935f/main

Tree @061e2384-5ef2-4ddd-9fca-d60c0d40935f/main (Download .tar.gz)

package.json @061e2384-5ef2-4ddd-9fca-d60c0d40935f/mainraw · history · blame

{
  "name": "keypress",
  "version": "0.2.1",
  "description": "Make any Node ReadableStream emit \"keypress\" events",
  "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/keypress.git"
  },
  "keywords": [
    "keypress",
    "readline",
    "core"
  ],
  "license": "MIT"
}