twitst4tz

twitter statistics web application
Log | Files | Refs | README | LICENSE

package.json (784B)


      1 {
      2   "name": "twitwebgraph",
      3   "version": "1.0.0",
      4   "description": "node.js twitter statistics ",
      5   "main": "index.js",
      6   "scripts": {
      7     "test": "echo \"Error: no test specified\" && exit 1"
      8   },
      9   "repository": {
     10     "type": "git",
     11     "url": "git+https://github.com/underd0g1/TwitWebGraph.git"
     12   },
     13   "keywords": [
     14     "node",
     15     "twitter",
     16     "API",
     17     "analytics",
     18     "statistics",
     19     "datascience"
     20   ],
     21   "author": "underd0g",
     22   "license": "MIT",
     23   "bugs": {
     24     "url": "https://github.com/underd0g1/TwitWebGraph/issues"
     25   },
     26   "homepage": "https://github.com/underd0g1/TwitWebGraph#readme",
     27   "dependencies": {
     28     "body-parser": "^1.19.0",
     29     "ejs": "^3.0.1",
     30     "express": "^4.17.1",
     31     "node-fetch": "^2.6.0",
     32     "socket.io": "^2.3.0",
     33     "twit": "^2.2.11"
     34   }
     35 }