-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.25 KB
/
package.json
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
{
"name": "y-xmpp",
"version": "7.0.4",
"description": "XMPP Connector for Yjs",
"main": "./src/Xmpp.js",
"scripts": {
"test": "node --harmony ./node_modules/.bin/gulp test",
"lint": "./node_modules/.bin/standard",
"build": "./node_modules/.bin/gulp build"
},
"pre-commit": [
"lint",
"test"
],
"standard": {
"parser": "babel-eslint",
"ignore": [
"build/**",
"dist/**"
]
},
"repository": {
"type": "git",
"url": "https://github.com/rwth-acis/y-xmpp.git"
},
"keywords": [
"Yjs",
"OT",
"Collaboration",
"Synchronization",
"ShareJS",
"Coweb",
"Concurrency"
],
"author": "Kevin Jahns <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/y-js/y-xmpp/issues"
},
"homepage": "y-js.org",
"dependencies": {
"ltx": "^0.8.0",
"node-xmpp-client": "^2.0.0"
},
"devDependencies": {
"babel-eslint": "^4.1.4",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-load-plugins": "^1.1.0",
"gulp-prompt": "^0.1.2",
"http": "0.0.0",
"pre-commit": "^1.1.2",
"run-sequence": "^1.1.4",
"socket.io": "^1.3.7",
"standard": "^5.3.1"
},
"peerDependencies": {
"yjs": "^9.0.0 || ^10.0.0 || ^11.0.0"
}
}