-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
32 lines (32 loc) · 927 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
{
"name": "opusenc.js",
"version": "0.1.10",
"description": "JavaScript Opus (audio format) Encoder (front-end package only)",
"keywords": [
"opus", "opusenc", "lossy", "audio", "codec", "emscripten"
],
"homepage": "https://blog.rillke.com/opusenc.js/",
"repository": "github:Rillke/opusenc.js",
"bugs": "https://github.com/Rillke/opusenc.js/issues",
"license": "C.f. https://github.com/Rillke/opusenc.js/blob/master/LICENSE.md",
"author": {
"name": "Rainer Rillke",
"web": "https://rillke.com"
},
"contributors": [
"Rainer Rillke (https://rillke.com/)"
],
"scripts": {
"test": "grunt test && node test/node-index.js"
},
"dependencies": {},
"devDependencies": {
"coveralls": "~2.11.2",
"qunit": "~0.5.15",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-qunit": "~0.2.1",
"grunt-jsduck": "~0.1.4",
"qunitjs": "~1.11.0"
}
}