-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 loc) · 829 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": "scientific-notation",
"version": "1.0.2",
"description": "Parses note names in Scientific pitch notation",
"main": "index.js",
"scripts": {
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/saebekassebil/scientific-notation.git"
},
"keywords": [
"scientific",
"pitch",
"notation",
"music",
"theory",
"teoria"
],
"author": {
"name": "Jakob Miland <saebekassebil>",
"email": "saebekassebil@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/saebekassebil/scientific-notation/issues"
},
"homepage": "https://github.com/saebekassebil/scientific-notation",
"dependencies": {
"accidental-value": "^1.0.0",
"notecoord": "^1.0.1"
},
"devDependencies": {
"tape": "^2.13.3"
}
}