wavesurfer.js
Version:
Interactive navigable audio visualization using Web Audio and Canvas
35 lines (34 loc) • 972 B
JSON
{
"name": "wavesurfer.js",
"version": "1.0.41",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.min.js",
"directories": {
"example": "example"
},
"scripts": {
"start": "grunt; ruby -run -e httpd . -p 8080",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/katspaugh/wavesurfer.js.git"
},
"author": "",
"license": "CC-BY-3.0",
"bugs": {
"url": "https://github.com/katspaugh/wavesurfer.js/issues"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": ">=0.4.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jasmine": ">=0.8.2",
"grunt-contrib-jshint": ">=0.10.0",
"grunt-contrib-uglify": ">=0.5.0",
"grunt-coveralls": ">=1.0.0",
"grunt-template-jasmine-istanbul": ">=0.3.3",
"jasmine-expect": ">=1.22.3"
},
"homepage": "https://github.com/katspaugh/wavesurfer.js"
}