-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 909 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
{
"name": "live-emojing",
"main": "./lib/live-emojing",
"version": "0.4.0",
"description": "A package to enhance your livecoding performance by adding an audience-emojis-participation to it",
"keywords": [],
"activationCommands": {
"atom-workspace": [
"live-emojing:toggle",
"live-emojing:bind"
]
},
"repository": "https://github.com/diegodorado/atom-live-emojing",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"chokidar": "^2.1.2",
"compare-versions": "^3.4.0",
"es6-tween": "^5.5.10",
"express": "^4.16.4",
"fs": "0.0.1-security",
"http": "0.0.0",
"isomorphic-ws": "^4.0.1",
"needle": "^2.4.0",
"node-osc": "^2.1.0",
"rm-emoji-picker": "^0.4.0",
"simpleddp": "^2.0.2",
"simplex-noise": "^2.4.0",
"three-full": "^11.3.2",
"websocket": "^1.0.26",
"ws": "^6.2.0"
}
}