-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 891 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
35
36
37
38
{
"name": "wav.js",
"version": "0.1.0",
"description": "A javascript API for writing .wav files (that can be run in as old a browser as I can make it).",
"main": "wav.js",
"scripts": {
"test": "grunt nodeunit"
},
"repository": {
"type": "git",
"url": "https://github.com/kmp1/wav.js.git"
},
"keywords": [
"wav",
"wave",
"javascript",
"js",
"writer",
"creator",
"maker",
"pcm"
],
"author": "Kevin Phillips",
"license": "MIT",
"bugs": {
"url": "https://github.com/kmp1/wave-writer/issues"
},
"homepage": "https://github.com/kmp1/wave-writer",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsdoc": "^0.5.7"
}
}