-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.02 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
{
"name": "mei-friend",
"main": "./lib/mei-friend",
"version": "0.6.0",
"description": "A viewer and last-mile editor for MEI score encodings.",
"keywords": [
"music-encoding",
"verovio",
"digital music scores",
"music"
],
"activationCommands": {
"atom-workspace": "mei-friend:toggle"
},
"activationHooks": [
"language-mei:grammar-used",
"language-xml:grammar-used"
],
"deserializers": {
"mei-friend/MeiFriendView": "deserializeMeiFriendView"
},
"repository": "https://github.com/trompamusic/mei-friend",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"atom-package-deps": "^4.6.0",
"atom-select-list": "^0.8.1",
"jquery": "^3.5.1",
"verovio": "^3.7.0"
},
"homepage": "https://github.com/trompamusic/mei-friend#readme",
"package-deps": [
"language-mei"
],
"author": {
"name": "Werner Goebl",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/trompamusic/mei-friend/issues"
}
}