tuiHoneyPot

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

.bower.json (821B)


      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   "_release": "2.0.0",
     28   "_resolution": {
     29     "type": "version",
     30     "tag": "2.0.0",
     31     "commit": "e0b8ab7f83bdf5f32bd75ef9fc93c28475ee2776"
     32   },
     33   "_source": "https://github.com/hellopablo/faketerminal.git",
     34   "_target": "^2.0.0",
     35   "_originalSource": "faketerminal",
     36   "_direct": true
     37 }