-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 767 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 767 Bytes
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": "sharp11",
"version": "2.0.2",
"description": "Music theory multitool with a jazz focus",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsrmath/sharp11.git"
},
"keywords": [
"music",
"theory",
"notes",
"chords",
"scales",
"jazz"
],
"author": "Julian Rosenblum",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/jsrmath/sharp11/issues"
},
"homepage": "https://github.com/jsrmath/sharp11#readme",
"devDependencies": {
"mocha": "^2.2.5"
},
"dependencies": {
"capitalize": "^1.0.0",
"jsonfile": "^2.4.0",
"mod-loop": "0.0.2",
"random-js": "^1.0.8",
"underscore": "^1.8.3"
}
}