21 lines
437 B
JSON
21 lines
437 B
JSON
{
|
|
"name": "stan",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"babel-plugin-transform-async-to-generator": "^6.16.0",
|
|
"cheerio": "^0.22.0",
|
|
"fetch": "^1.1.0",
|
|
"jsonfile": "^2.4.0",
|
|
"node-fetch": "^1.6.3",
|
|
"twilio": "^2.11.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|