forked from rkh/atom-sonic
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 839 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
{
"name": "sb-atom-sonic-pi",
"main": "./lib/main.js",
"version": "0.2.3",
"author": "SunderB",
"description": "Sonic Pi Atom/Pulsar integration. Based on rkh/atom-sonic.",
"keywords": [
"sonic-pi",
"music",
"live-coding"
],
"providedServices": {
"autocomplete.provider": {
"versions": {
"4.0.0": "provide"
}
}
},
"consumedServices": {
"tool-bar": {
"versions": {
"^0 || ^1": "consumeToolBar"
}
}
},
"deserializers": {
"sb-atom-sonic-pi/SonicPiLogView": "deserializeLogView"
},
"repository": "https://github.com/SunderB/sb-atom-sonic-pi",
"bugs": "https://github.com/SunderB/sb-atom-sonic-pi/issues",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"@sunderb/sonic-pi-js-api": "^0.0.2"
}
}