Initial commit
This commit is contained in:
20
crawler/package.json
Normal file
20
crawler/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user