forked from jocelyn-stericker/musicxml-interfaces
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 858 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
39
{
"name": "musicxml-interfaces",
"version": "0.0.20",
"description": "MusicXML parser and serializer for JavaScript and TypeScript",
"author": "Josh Netterfield",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/ripieno/musicxml-interfaces"
},
"dependencies": {
"xmldom": "0.1.19"
},
"devDependencies": {
"dts-generator": "1.6.2",
"tsd": "^0.6.5",
"lodash": "^3.10.1",
"typescript": "2.0.0"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"browser": {
"xmldom": false,
"child_process": false
},
"files": [
"builders.js",
"builders.d.ts",
"operations.d.ts",
"operations.js",
"lib/builders.d.ts",
"lib/builders.js",
"lib/index.d.ts",
"lib/index.js",
"lib/operations.d.ts",
"lib/operations.js",
"vendor/"
]
}