-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 808 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 808 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
{
"name": "@hyperdrives/classtab",
"version": "1.0.5",
"description": "Classical Guitar Tablature from classtab.org represented in SLEEP files for HyperDrive",
"main": "index.js",
"scripts": {
"test": ":"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyperdrives/classtab.git"
},
"keywords": [
"hyperdrives",
"classtab",
"sleep"
],
"hyperdrive": {
"publicKey": "161fb2014dc31a0ba47af677307d6103843e2ad7139f7c8fcea19b1bbf35148f"
},
"author": "Joseph Werle <joseph.werle@gmail.com>",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/hyperdrives/classtab/issues"
},
"homepage": "https://github.com/hyperdrives/classtab#readme",
"dependencies": {
"hyperdrive": "^9.12.3",
"random-access-http": "^2.0.0"
}
}