forked from katspaugh/wavesurfer.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 972 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
{
"name": "wavesurfer.js",
"version": "1.0.48",
"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"
}