You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
570 B
28 lines
570 B
{ |
|
"name": "TwitterProfile", |
|
"version": "1.0.0", |
|
"description": "", |
|
"main": "index.js", |
|
"scripts": { |
|
"start": "node index.js", |
|
"watch": "./node_modules/.bin/nodemon --exec \"npm run start\" -e js" |
|
}, |
|
"keywords": [], |
|
"author": "", |
|
"license": "ISC", |
|
"dependencies": { |
|
"dotenv": "^4.0.0", |
|
"redis": "^2.8.0", |
|
"request": "^2.83.0", |
|
"restify": "^6.3.4", |
|
"restify-clients": "^1.5.2", |
|
"showdown": "^1.8.6", |
|
"twitter": "^1.7.1" |
|
}, |
|
"devDependencies": { |
|
"nodemon": "^1.14.11" |
|
}, |
|
"engines": { |
|
"node": "8" |
|
} |
|
}
|
|
|