react-wavy
Version:
Generates a canvas waveform.
24 lines (23 loc) • 501 B
JSON
{
"name": "react-wavy",
"version": "0.1.0",
"description": "Generates a canvas waveform.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/jamesfzhang/react-wavy.git"
},
"keywords": [
"react",
"waveform",
"wavy"
],
"author": "James Zhang (http://jfz.io/)",
"license": "MIT",
"devDependencies": {
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"react": "^0.14 || ^15.0",
"react-dom": "^0.14 || ^15.0"
}
}