forked from nCoda/mei-tools-atom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 835 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
{
"name": "mei-tools-atom",
"main": "./lib/mei-tools-atom",
"version": "0.1.0",
"author": "Sienna M. Wood <[email protected]>",
"description": "A package for the Atom text editor to provide music notation rendering (with Verovio) and other tools for the development of music encodings in the MEI format (music-encoding.org).",
"keywords": [],
"activationHooks": [
"language-mei:grammar-used",
"language-xml:grammar-used"
],
"repository": "https://github.com/siennamw/mei-tools-atom",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"atom-package-deps": "^4.6.0",
"jquery": "^3.2.1",
"verovio-dev": "^2.0.0-4"
},
"package-deps": [
"language-mei"
],
"deserializers": {
"mei-tools-atom/MeiToolsAtom": "deserializeMeiToolsAtomView"
}
}