-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 955 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
{
"name": "react-bpm",
"version": "1.0.0",
"description": "``` javascript /* * USAGE: * * <BPMTap onChange={func: called on bpm update} * bpm={int: initial bpm(optional) Default 120} * keyTrigger={string: key to trigger tick event (optional) Default '<space>'} * width={int or string: canvas width(optional)} * height={int or string: canvas height(optional)} /> * * */ ``` This component uses [vkey](https://npm.im/package/vkey) for keymappings.",
"main": ".#index.js",
"directories": {
"example": "example"
},
"dependencies": {
"react": "^0.13.0",
"babel": "^4.7.12",
"babelify": "^5.0.4",
"vkey": "^1.0.0",
"bpm": "^0.0.2"
},
"devDependencies": {
"browserify": "^9.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserify": {
"transform": [
"babelify"
]
},
"author": "",
"license": "ISC"
}