intertext
Version:
Services for Recurrent Text-related Tasks
43 lines • 1.04 kB
JSON
{
"name": "intertext",
"version": "8.0.0",
"description": "Services for Recurrent Text-related Tasks",
"main": "lib/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/loveencounterflow/intertext.git"
},
"keywords": [
"text",
"processing",
"html",
"formatting",
"hyphenation",
"tabulation",
"terminal",
"ANSI",
"colors"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/loveencounterflow/intertext/issues"
},
"homepage": "https://github.com/loveencounterflow/intertext#readme",
"dependencies": {
"cnd": "9.2.2",
"color-convert": "^2.0.1",
"cupofjoe": "0.2.1",
"datom": "8.0.3",
"diff-match-patch": "^1.0.5",
"hyphenopoly": "4.12.0",
"intertype": "7.7.0",
"multimix": "5.0.0",
"steampipes": "6.7.1",
"to-width": "1.2.0"
},
"scripts": {
"build": "coffee --map -o lib -c src",
"test": "echo 'see https://github.com/loveencounterflow/hengist/tree/master/dev/intertext'"
}
}