crawlers and savers
This commit is contained in:
@@ -1,20 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
"name": "stan",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"babel": "^6.5.2",
|
||||
"babel-core": "^6.18.2",
|
||||
"babel-loader": "^6.2.7",
|
||||
"babel-plugin-transform-async-to-generator": "^6.16.0",
|
||||
"babel-polyfill": "^6.16.0",
|
||||
"babel-preset-es2015": "^6.18.0",
|
||||
"cheerio": "^0.22.0",
|
||||
"dotenv": "^2.0.0",
|
||||
"fetch": "^1.1.0",
|
||||
"json-loader": "^0.5.4",
|
||||
"mongodb": "^2.2.11",
|
||||
"node-fetch": "^1.6.3",
|
||||
"source-map-support": "^0.4.6",
|
||||
"twilio": "^2.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"webpack": "^1.13.3"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "webpack",
|
||||
"prod": "webpack -p",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user