is-m4a
Version:
Check if a Buffer/Uint8Array is a m4a file.
39 lines (38 loc) • 694 B
JSON
{
"name": "is-m4a",
"version": "1.0.2",
"description": "Check if a Buffer/Uint8Array is a m4a file.",
"license": "MIT",
"repository": "hemanth/is-m4a",
"author": {
"name": "Hemanth.HM",
"email": "hemanth.hm@gmail.com",
"url": "http://h3manth.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "mocha",
"browser": "browserify -s $npm_package_name -o browser.js ."
},
"files": [
"index.js"
],
"keywords": [
"m4a",
"audio",
"type",
"detect",
"check",
"is",
"binary",
"buffer",
"uint8array"
],
"devDependencies": {
"browserify": "^7.0.0",
"mocha": "*",
"read-chunk": "^2.0.0"
}
}