@jmosouza/react-wavy
Version:
Generates a canvas waveform.
34 lines (33 loc) • 744 B
JSON
{
"name": "@jmosouza/react-wavy",
"version": "0.3.0-1",
"description": "Generates a canvas waveform.",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/jamesfzhang/react-wavy.git"
},
"keywords": [
"react",
"waveform",
"wavy"
],
"scripts": {
"build": "webpack"
},
"author": "James Zhang (http://jfz.io/)",
"license": "MIT",
"devDependencies": {
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.24.1",
"babelify": "^7.3.0",
"react": "^0.14 || ^15.0",
"react-dom": "^0.14 || ^15.0",
"webpack": "^3.10.0"
},
"dependencies": {
"prop-types": "^15.6.0"
}
}