ot-json0
Version:
JSON OT type
35 lines (34 loc) • 683 B
JSON
{
"name": "ot-json0",
"version": "1.1.0",
"description": "JSON OT type",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"ot-fuzzer": "^1.0.0",
"mocha": "^1.20.1",
"coffee-script": "^1.7.1"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/ottypes/json0"
},
"keywords": [
"ot",
"json",
"sharejs",
"operational-transformation"
],
"author": "Joseph Gentle <me@josephg.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ottypes/json0/issues"
},
"homepage": "https://github.com/ottypes/json0"
}