forked from cuthbertLab/music21j
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 804 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
{
"name": "music21j",
"version": "0.3.0",
"description": "Toolkit for computer-aided musicology, Javascript version",
"main": "src/music21",
"files": [
"src/*.js",
"src/music21/*.js"
],
"devDependencies": {
"jsdoc": "~3.3.0-alpha4",
"grunt-shell": "~0.6.4",
"grunt": "~0.4.5",
"grunt-jsdoc": "~0.5.7"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cuthbertLab/music21j.git"
},
"keywords": [
"music",
"music",
"theory",
"musicology"
],
"author": "Michael Scott Cuthbert and cuthbertLab",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/cuthbertLab/music21j/issues"
}
}