twitter-profile-pic/package.json

29 lines
570 B
JSON
Raw Permalink Normal View History

2018-01-14 12:00:54 +00:00
{
"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",
2018-01-14 13:50:34 +00:00
"redis": "^2.8.0",
2018-01-14 12:00:54 +00:00
"request": "^2.83.0",
"restify": "^6.3.4",
"restify-clients": "^1.5.2",
2018-01-14 13:25:32 +00:00
"showdown": "^1.8.6",
2018-01-14 12:00:54 +00:00
"twitter": "^1.7.1"
},
"devDependencies": {
"nodemon": "^1.14.11"
2018-01-14 12:05:15 +00:00
},
"engines": {
"node": "8"
2018-01-14 12:00:54 +00:00
}
}