1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-17 05:22:18 +00:00

Public release

This commit is contained in:
snobu
2019-03-12 12:37:03 +02:00
commit b7d07fafca
5 changed files with 630 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "destreamer-node",
"version": "1.0.0",
"description": "",
"main": "destreamer.js",
"scripts": {
"start": "node ./destreamer.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"puppeteer": "^1.11.0"
},
"dependencies": {
"terminal-kit": "^1.26.10"
}
}