Initial commit

This commit is contained in:
Edin Dazdarevic
2016-11-07 11:17:48 +01:00
commit 8f613f1f73
32 changed files with 24649 additions and 0 deletions

20
crawler/package.json Normal file
View 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"
}