easy-typing-input-tool
Version:
A tool utilizing google input tool for the use of easy typing repositories such as ENT, EHt & EBT
42 lines (41 loc) • 1.18 kB
JSON
{
"name": "easy-typing-input-tool",
"version": "2.1.3",
"description": "A tool utilizing google input tool for the use of easy typing repositories such as ENT, EHt & EBT",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha src --recursive",
"dev": "webpack --progress --colors --watch",
"prod": "NODE_ENV=production webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sambhuWeb/easytyping-google-input-tool.git"
},
"keywords": [
"Easy",
"Typing",
"Google",
"Input",
"Tool",
"Transliteration"
],
"author": "Sambhu Raj Singh <sambhu.raj.singh@gmail.com> (node.howtofixthis.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sambhuWeb/easytyping-google-input-tool/issues"
},
"homepage": "https://github.com/sambhuWeb/easytyping-google-input-tool#readme",
"dependencies": {
"google-input-tool": "^1.4.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.2.0",
"mocha": "^7.1.2",
"uglifyjs-webpack-plugin": "^1.1.4",
"webpack": "^3.10.0"
}
}