{
"name": "audioface",
"version": "0.0.0",
"description": "Audioface CLI",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/srobinson/audioface"
},
"bin": {
"audioface": "./audioface.js"
}
}