tuiHoneyPot

front and back end of my TUI honeypot
Log | Files | Refs | README

bower.json (533B)


      1 {
      2   "name": "faketerminal",
      3   "version": "2.0.0",
      4   "main": "dist/faketerminal.min.js",
      5   "authors": [
      6     "Pablo de la Pena <pablo@hellopablo.co.uk>"
      7   ],
      8   "description": "A fake Javascript terminal for your website",
      9   "keywords": [
     10     "fake",
     11     "terminal",
     12     "terminal",
     13     "javascript"
     14   ],
     15   "license": "MIT",
     16   "dependencies": {
     17     "jquery": ">=1.10.2"
     18   },
     19   "homepage": "https://github.com/hellopablo/faketerminal",
     20   "ignore": [
     21     "**/.*",
     22     "node_modules",
     23     "bower_components",
     24     "test",
     25     "tests"
     26   ]
     27 }