-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 894 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": "flocking-midi-interchange",
"version": "1.0.0",
"description": "A library to assist in writing declarative \"MIDI interchanges\", like arpeggiators, transposers, and even UI generators.",
"main": "index.js",
"scripts": {
"lint": "fluid-lint-all"
},
"author": "Tony Atkins <[email protected]>",
"license": "BSD-3-Clause",
"dependencies": {
"bergson": "0.14.1",
"flocking": "2.0.2",
"flocking-midi": "colinbdclark/flocking-midi#gh-30",
"infusion": "3.0.0-dev.20200326T173810Z.24ddb2718",
"tone": "14.7.77"
},
"devDependencies": {
"eslint": "7.22.0",
"eslint-config-fluid": "2.0.0",
"fluid-lint-all": "1.0.4",
"mkdirp": "1.0.4",
"node-jqunit": "1.1.8",
"recursive-copy": "2.0.11",
"rimraf": "3.0.2",
"xml-mapping": "1.7.1"
}
}