{
  "name": "tinyterm",
  "version": "0.0.6",
  "description": "The tiniest in-browser terminal you've ever seen",
  "repository": "https://github.com/rileyjshaw/tinyterm",
  "homepage": "http://rileyjshaw.com/tinyterm",
  "main": "dist/tinyterm.min.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "terminal",
    "tiny",
    "term",
    "cli",
    "emulator",
    "command",
    "cmd",
    "retro",
    "bash",
    "shell"
  ],
  "author": "rileyjshaw <i@rileyjshaw.com>",
  "license": "MIT",
  "devDependencies": {
    "browserify": "^6.3.3",
    "gulp": "^3.8.10",
    "gulp-autoprefixer": "^2.0.0",
    "gulp-gh-pages": "^0.4.0",
    "gulp-jshint": "^1.9.0",
    "gulp-load-plugins": "^0.7.1",
    "gulp-minify-css": "^0.3.11",
    "gulp-rename": "^1.2.0",
    "gulp-ruby-sass": "^0.7.1",
    "gulp-streamify": "0.0.5",
    "gulp-uglify": "^1.0.1",
    "gulp-webserver": "^0.8.7",
    "minimist": "^1.1.0",
    "vinyl-source-stream": "^1.0.0"
  }
}
