{
  "name": "jq-console",
  "version": "2.13.2",
  "description": "Feature complete web terminal",
  "main": "jqconsole.min.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "./node_modules/karma/bin/karma start --single-run",
    "compile": "coffee -o lib -c src",
    "min": "uglifyjs lib/jqconsole.js > jqconsole.min.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/replit/jq-console.git"
  },
  "keywords": [
    "jq-console",
    "console",
    "terminal"
  ],
  "author": "amasad",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/replit/jq-console/issues"
  },
  "devDependencies": {
  }
}
