-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
41 lines (41 loc) · 976 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
38
39
40
41
{
"name": "@tombatossals/react-chords",
"description": "React library to easily render instrument chord diagrams",
"version": "0.2.9",
"private": false,
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/node": "^7.6.3",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"standard": "^14.3.1"
},
"dependencies": {
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0"
},
"scripts": {
"build": "babel src --out-dir lib",
"standard": "standard src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tombatossals/react-chords.git"
},
"keywords": [
"svg",
"react",
"javascript",
"chords",
"guitar",
"ukelele"
],
"author": "David Rubert",
"license": "MIT",
"bugs": {
"url": "https://github.com/tombatossals/react-chords/issues"
},
"homepage": "https://tombatossals.github.io/react-chords"
}