-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.15 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": "youme",
"version": "1.0.0",
"description": "MIDI tools and components for the Infusion ecosystem.",
"contributors": [
{
"name": "Colin Clark",
"url": "https://colinclark.org"
},
{
"name": "Tony Atkins"
}
],
"homepage": "https://github.com/continuing-creativity/youme/",
"repository": {
"type": "git",
"url": "git://github.com/continuing-creativity/youme.git"
},
"bugs": {
"url": "https://github.com/continuing-creativity/youme/issues"
},
"license": "MIT",
"keywords": [
"music",
"midi"
],
"readmeFilename": "README.md",
"dependencies": {
"infusion": "4.6.0",
"normalize.css": "8.0.1"
},
"devDependencies": {
"eslint": "8.32.0",
"eslint-config-fluid": "2.1.1",
"fluid-lint-all": "1.2.6",
"fluid-testem": "2.1.15-dev.20230118T154006Z.444e3b4.GH-32",
"testem": "3.10.1"
},
"scripts": {
"audit": "check-audit",
"lint": "fluid-lint-all",
"test": "node_modules/.bin/testem ci --file tests/testem.js"
}
}