cognate
Version:
Replace MS word special characters with ASCII cognates
39 lines (38 loc) • 939 B
JSON
{
"name": "cognate",
"description": "Replace MS word special characters with ASCII cognates",
"version": "0.1.2",
"homepage": "https://github.com/vxtindia/cognate",
"author": {
"name": "Prama Chakraborty",
"email": "prama.chakraborty@vxtindia.com"
},
"repository": {
"type": "git",
"url": "git@github.com:vxtindia/cognate.git"
},
"bugs": {
"url": "https://github.com/vxtindia/cognate/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/vxtindia/cognate/blob/master/LICENSE-MIT"
}
],
"main": "lib/cognate",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt nodeunit"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-watch": "~0.5.3",
"grunt": "~0.4.3"
},
"keywords": ["encoding", "word", "msword", "character", "cognate"],
"dependencies": {}
}