@adactive/arc-keyboard
Version:
Adsum Keyboard Component
49 lines (48 loc) • 1.01 kB
JSON
{
"name": "@adactive/arc-keyboard",
"version": "2.5.3",
"description": "Adsum Keyboard Component",
"main": "index.js",
"author": "Stanley Ong <stanley.ong@adactive.com>",
"license": "UNLISENCED",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/adactiveasia/adsum-react-components.git"
},
"bugs": {
"url": "https://github.com/adactiveasia/adsum-react-components.git/issues"
},
"scripts": {},
"publishConfig": {
"access": "public"
},
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0"
},
"devDependencies": {
"prop-types": "^15.6.1",
"react": "^16.3.1"
},
"peerDependencies": {
"prop-types": "^15.6.1",
"react": "^16.3.1"
},
"keywords": [
"adsum",
"react",
"redux"
],
"files": [
"index.js",
"src",
"CHANGELOG.md",
"README.md",
"cli.js"
],
"bin": {
"arc-keyboard": "./cli.js"
},
"gitHead": "5a7de0b34b71a7589e5e6e4161d2a82b7b0a3482"
}