-
- Downloads
init
parents
Branches
No related tags found
Showing
.gitignore
0 → 100644
README.md
0 → 100644
index.js
0 → 100644
items.json
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "bungholio", | |||
"version": "0.0.1", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"author": "", | |||
"license": "ISC", | |||
"dependencies": { | |||
"bluebird": "^3.7.2", | |||
"dotenv": "^8.2.0", | |||
"moment": "^2.24.0", | |||
"puppeteer": "^2.1.1", | |||
"twilio": "^3.41.1" | |||
} | |||
} |
Please register or sign in to comment