-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 841 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
{
"name": "custom-piano-keys",
"version": "0.0.14",
"description": "A web component for creating custom HTML elements that depict piano keys",
"main": "dist/custom-piano-keys-node.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist/custom-piano-keys-node.min.js",
"dist/custom-piano-keys-node.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jutunen/custom-piano-keys.git"
},
"keywords": [
"web-component",
"custom-element",
"html",
"image-creation",
"piano-keyboard",
"javascript",
"svg",
"piano"
],
"author": "Jussi Utunen",
"license": "MIT",
"bugs": {
"url": "https://github.com/jutunen/custom-piano-keys/issues"
},
"homepage": "https://github.com/jutunen/custom-piano-keys#readme"
}