Skip to main content
Module

x/keycode/package.json

A javascript package with key code constants.
Go to Latest
File
{ "name": "keycode-js", "version": "0.0.2", "description": "A javascript package with Key Code constants", "main": "index.js", "dependencies": {}, "devDependencies": { "babel-cli": "^6.6.5", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.6.0", "webpack": "^1.12.14" }, "scripts": { "transpile": "babel src -d lib", "bundle": "webpack -d --output-filename keycode.js && webpack -p --output-filename keycode.min.js", "build": "npm run transpile && npm run bundle", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/kabirbaidhya/keycode-js.git" }, "author": "Kabir Baidhya <kabirbaidhya@gmail.com>", "keywords": [ "javascript", "keycode", "constants" ], "license": "MIT"}