-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"_from": "github:houshuang/json0#presence",
"_id": "@minervaproject/ot-json0@1.3.0",
"_inBundle": false,
"_integrity": "",
"_location": "/@teamwork/sharedb/@minervaproject/ot-json0",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "@houshuang/ot-json0@github:houshuang/json0#presence",
"name": "@houshuang/ot-json0",
"escapedName": "@houshuang%2fot-json0",
"scope": "@houshuang",
"rawSpec": "github:houshuang/json0#presence",
"saveSpec": "github:houshuang/json0#presence",
"fetchSpec": null,
"gitCommittish": "presence"
},
"_requiredBy": [],
"_resolved": "github:houshuang/json0#aadf1ef61f445cce872c94a039863d05e3c4e4d2",
"_spec": "@houshuang/ot-json0@github:houshuang/json0#presence",
"_where": "/home/curran/repos/presence/presence-demo/.yalc/@teamwork/sharedb",
"author": {
"name": "Joseph Gentle",
"email": "me@josephg.com"
},
"bugs": {
"url": "https://github.com/ottypes/json0/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "JSON OT type, fork of sharedb/ot-json0@1.2.0",
"devDependencies": {
"coffee-script": "^1.7.1",
"mocha": "^1.20.1",
"ot-fuzzer": "^1.0.0"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/ottypes/json0",
"keywords": [
"ot",
"json",
"sharejs",
"operational-transformation"
],
"license": "ISC",
"main": "lib/index.js",
"name": "@minervaproject/ot-json0",
"repository": {
"type": "git",
"url": "git://github.com/houshuang/json0.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.3.0"
}