deepgram
Version:
NodeJS wrapper for Deepgram
51 lines (50 loc) • 1.38 kB
JSON
{
"name": "deepgram",
"version": "1.0.3",
"description": "NodeJS wrapper for Deepgram",
"main": "lib/deepgram.js",
"scripts": {
"prepublish": "npm run compile",
"lint": "eslint src",
"compile": "babel src --modules common --out-dir lib",
"watch": "babel src --watch --modules common --out-dir lib --source-maps",
"test": "npm run compile && NODE_ENV=test mocha --compilers js:babel-core/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matiasinsaurralde/node-deepgram.git"
},
"keywords": [
"deepgram",
"audio",
"voice",
"transcription",
"api"
],
"author": "Matias Insaurralde <matias@insaurral.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/matiasinsaurralde/node-deepgram/issues"
},
"homepage": "https://github.com/matiasinsaurralde/node-deepgram#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.6.5",
"babel-core": "^6.7.2",
"babel-eslint": "^5.0.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"body-parser": "^1.15.0",
"chai": "^3.5.0",
"cors": "^2.7.1",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"frisbee": "^0.2.0",
"isomorphic-fetch": "^2.2.1",
"mocha": "^2.4.5"
},
"dependencies": {
"frisbee": "^0.2.0",
"isomorphic-fetch": "^2.2.1"
}
}