{
  "name": "ojs",
  "title": "JavaScript OJ",
  "description": "OJ is a framework for writing web components and templates in frothy CoffeeScript or pure JavaScript. OJ provides a mechanism to rapidly build web applications using well encapsulated, modular code that doesn't rely on string templating or partially baked web standards.",
  "version": "0.4.33",
  "homepage": "http://somecallmechief.github.io/oj/",
  "author": {
    "name": "Christopher Froehlich",
    "email": "npm@luddites.me"
  },
  "main": "dist/OJ.min.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/somecallmechief/oj"
  },
  "bugs": {
    "url": "https://github.com/somecallmechief/oj/issues"
  },
  "licenses": [
    {
      "type": "Puclic Domain, CC0",
      "url": "http://creativecommons.org/about/pdm"
    }
  ],
  "dependencies": {
    "thindom": ">=1.0.10",
    "jquery": ">=2.1.1",
    "lodash": ">=2.4.1"
  },
  "devDependencies": {
    "browserify": ">=6.1.0",
    "coffee-script": ">=1.8.0",
    "coffeeify": ">=0.7.0",
    "glob": ">=4.0.6",
    "gulp": ">= 3.5.5",
    "gulp-autoprefixer": ">= 0.0.6",
    "gulp-bump": ">= 0.1.6",
    "gulp-cache": ">= 0.1.3",
    "gulp-coffee": ">= 1.4.1",
    "gulp-coffeelint": ">= 0.3.1",
    "gulp-concat": ">= 2.1.7",
    "gulp-cson": ">=0.0.1",
    "gulp-debug": ">= 0.2.0",
    "gulp-git": ">= 0.3.6",
    "gulp-header": ">= 1.0.2",
    "gulp-inject": ">=1.0.2",
    "gulp-less": "^1.3.5",
    "gulp-load-plugins": ">=0.7.0",
    "gulp-minify-css": ">= 0.3.0",
    "gulp-notify": ">= 1.2.1",
    "gulp-qunit": ">= 0.3.2",
    "gulp-rename": ">= 1.2.0",
    "gulp-replace": ">=0.4.0",
    "gulp-sourcemaps": ">= 0.4.0",
    "gulp-stripbom": ">=0.1.3",
    "gulp-uglify": ">= 0.2.1",
    "gulp-util": ">=3.0.1",
    "gulp-watch": ">= 0.5.3",
    "pretty-hrtime": ">=0.2.1",
    "qunit": ">=0.7.5",
    "tiny-lr": ">=0.0.5",
    "vinyl-source-stream": ">=0.1.1",
    "watchify": ">=1.0.1",
    "wiredep": ">= 1.2.2"
  },
  "keywords": [],
  "engines": {
    "node": "0.10.x",
    "npm": "1.4.x"
  },
  "scripts": {},
  "browserify": {
    "transform": [
      "browserify-shim"
    ]
  },
  "browserify-shim": {
    "jquery": "global:$",
    "lodash": "global:_",
    "thindom": "global:ThinDOM"
  }
}