41 lines
860 B
JSON
41 lines
860 B
JSON
{
|
|
"name": "rich-text",
|
|
"version": "1.0.3",
|
|
"description": "Format for representing rich text documents and changes.",
|
|
"author": "Jason Chen <jhchen7@gmail.com>",
|
|
"homepage": "https://github.com/ottypes/rich-text",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"fast-diff": "~1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "~1.9.1",
|
|
"coveralls": "~2.11.1",
|
|
"grunt": "~0.4.5",
|
|
"istanbul": "~0.3.0",
|
|
"lodash": "~2.4.1",
|
|
"mocha": "~1.21.4",
|
|
"ot-fuzzer": "~1.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ottypes/rich-text"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ottypes/rich-text/issues"
|
|
},
|
|
"keywords": [
|
|
"rich text",
|
|
"ot",
|
|
"operational transform",
|
|
"delta"
|
|
]
|
|
}
|