forked from motepair/motepair
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 850 Bytes
/
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
{
"name": "motepair2",
"main": "./lib/main",
"version": "0.37.0",
"description": "A Atom package to remote pair programming. A fork of motepair with more features.",
"keywords": [
"remote",
"pair",
"programming",
"collab",
"share"
],
"contributors": [
{
"name": "Luiz Filho",
"email": "[email protected]"
},
{
"name": "Leon Maia",
"email": "[email protected]"
},
{
"name": "Jt Whissel",
"email": "[email protected]"
}
],
"repository": "https://github.com/phara0h/motepair2",
"license": "GPL",
"engines": {
"atom": ">=0.174.0 <2.0.0"
},
"dependencies": {
"event-kit": "^0.8.1",
"inherits": "~2.0.1",
"once": "~1.3.1",
"ws": "^0.8.0",
"crypto": "0.0.3",
"atom-space-pen-views": "^2.0.5",
"ottypes": "~1"
}
}