UNPKG

suranadira-keyboard

Version:

A component for displaying Suranadira texts.

38 lines (37 loc) 1.01 kB
{ "name": "suranadira-keyboard", "version": "1.0.4", "description": "A component for displaying Suranadira texts.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "./node_modules/.bin/babel src --out-file index.js" }, "repository": { "type": "git", "url": "git+https://github.com/strazds/suranadira-keyboard.git" }, "keywords": [ "suranadira", "keyboard" ], "author": "Armands Strazds <strazds@suranadira.com>", "license": "ISC", "bugs": { "url": "https://github.com/strazds/suranadira-keyboard/issues" }, "homepage": "https://github.com/strazds/suranadira-keyboard#readme", "dependencies": { "suranadira-core": "^1.0.3", "suranadira-utils": "^1.0.6", "react": "^16.9.0" }, "devDependencies": { "react": "^16.9.0", "@babel/cli": "^7.6.0", "@babel/core": "^7.6.0", "@babel/preset-env": "^7.6.0", "@babel/preset-react": "^7.0.0", "react-dom": "^16.9.0" } }