Try to switch to node-opus

This commit is contained in:
Daniel Odendahl Jr
2017-03-19 14:13:54 +00:00
parent 10d4b92f84
commit 341abb3a00
+4 -2
View File
@@ -8,7 +8,8 @@
"url": "git+https://dragonfire535@bitbucket.org/dragonfire535/xiaobot.git"
},
"scripts": {
"start": "node shardingmanager.js"
"start": "node shardingmanager.js",
"install": "node-gyp configure; node-gyp build"
},
"engines": {
"node": "7.7.3"
@@ -29,7 +30,8 @@
"moment": "^2.17.1",
"moment-duration-format": "^1.3.0",
"morse": "^0.1.0",
"opusscript": "0.0.3",
"node-gyp": "^3.6.0",
"node-opus": "^0.2.4",
"pirate-speak": "^1.0.1",
"request-promise": "^4.1.1",
"roman-numeral-converter-mmxvi": "^1.0.5",