-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.09 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": "flocking-midi",
"version": "2.0.0",
"description": "MIDI tools and components for Flocking",
"contributors": [
{
"name": "Colin Clark",
"url": "https://colinclark.org"
},
{
"name": "Tony Atkins"
}
],
"homepage": "https://flockingjs.org/",
"repository": {
"type": "git",
"url": "git://github.com/continuing-creativity/flocking-midi.git"
},
"bugs": {
"url": "https://github.com/continuing-creativity/flocking-midi/issues"
},
"license": "MIT",
"keywords": [
"Flocking",
"music",
"midi"
],
"readmeFilename": "README.md",
"devDependencies": {
"eslint": "8.14.0",
"fluid-lint-all": "1.2.2",
"testem": "3.6.0"
},
"dependencies": {
"infusion": "4.0.0",
"flocking": "3.0.1",
"codemirror-infusion": "2.4.1",
"normalize.css": "8.0.1"
},
"scripts": {
"prepare": "fluid-lint-all",
"test": "node_modules/.bin/testem ci --file tests/testem.json"
}
}