UNPKG

key

Version:

A tiny little keycode library

39 lines (38 loc) 777 B
{ "name": "key", "version": "0.1.11", "license": "MIT", "description": "A tiny little keycode library", "keywords": [ "key", "keycode", "keybinding" ], "author": { "name": "Andrew Lawson", "url": "http://adlawson.com" }, "homepage": "https://github.com/adlawson/key", "repository": { "type": "git", "url": "https://github.com/adlawson/key.git" }, "main": "./lib/key", "directories": { "lib": "./lib", "test": "./test" }, "scripts": { "test": "./node_modules/.bin/jake test" }, "devDependencies": { "chai": "1.3.x", "browserify": "1.16.x", "coffee-script": "1.3.x", "coffeelint": "0.5.x", "colors": "0.6.0-1", "jake": "0.3.x", "mocha": "1.5.x", "uglify-js": "1.3.x" } }