tuiHoneyPot

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

package.json (574B)


      1 {
      2   "name": "faketerminal",
      3   "description": "A fake Javascript terminal for your website",
      4   "version": "2.0.0",
      5   "author": {
      6     "name": "Pablo de la Peña",
      7     "email": "p@shedcollective.org"
      8   },
      9   "repository": {
     10     "type": "git",
     11     "url": "git://github.com/hellopablo/faketerminal.git"
     12   },
     13   "keywords": [
     14     "fake",
     15     "terminal",
     16     "terminal",
     17     "javascript"
     18   ],
     19   "devDependencies": {
     20     "grunt": "^1.6.1",
     21     "grunt-contrib-less": "^3.0.0",
     22     "grunt-contrib-uglify": "^5.2.2",
     23     "grunt-contrib-watch": "^1.1.0",
     24     "jit-grunt": "^0.10.0"
     25   }
     26 }