-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.01 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
{
"name": "node-red-contrib-ec",
"version": "1.0.0",
"description": "A Node-RED node for EaseCation",
"node-red": {
"nodes": {
"junction": "common/junction.js",
"ec-trigger-area": "trigger/ec-trigger-area.js",
"ec-block-interact": "trigger/ec-block-interact.js",
"ec-delay": "time/ec-delay.js",
"ec-timer": "time/ec-timer.js",
"ec-set-block": "block/ec-set-block.js",
"ec-entity-control": "entity/ec-entity-control.js",
"ec-teleport-player": "entity/ec-teleport-player.js",
"ec-custom-ui": "effect/ec-custom-ui.js",
"ec-play-sound": "effect/ec-play-sound.js",
"ec-play-particle": "effect/ec-play-particle.js",
"ec-give-effect": "effect/ec-give-effect.js",
"ec-init": "global/ec-init.js",
"ec-handler": "global/ec-handler.js",
"ec-event": "global/ec-event.js",
"ec-terminate": "global/ec-terminate.js"
}
},
"keywords": [
"node-red",
"ec-region",
"minecraft"
],
"author": "boybook",
"license": "MIT"
}