libcelt7.js
Version:
celt 0.7.1 compiled to JavaScript using emscripten
43 lines (42 loc) • 875 B
JSON
{
"name": "libcelt7.js",
"version": "0.0.1",
"description": "celt 0.7.1 compiled to JavaScript using emscripten",
"homepage": "https://github.com/johni0702/celt7.js",
"author": "Jonas Herzig <me@johni0702.de>",
"keywords": [
"Celt",
"PCM",
"Decoder",
"Encoder",
"Audio"
],
"license": "MIT",
"main": "index.js",
"files": [],
"repository": {
"type": "git",
"url": "git://github.com/johni0702/libcelt7.js.git"
},
"bugs": {
"url": "https://github.com/johni0702/libcelt7.js/issues",
"email": "me@johni0702.de"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"files": [
"index.js",
"lib/encoder.js",
"lib/decoder.js",
"lib/utils.js",
"build/libcelt7.js"
],
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
},
"dependencies": {
"extend": "^3.0.0"
}
}