{
  "name": "catalogue",
  "description": "A Mongoose Based Data Viewer",
  "author": "Mother Inc <ajay@mother.co>",
  "version": "0.0.4",
  "main": "./lib/index.server",
  "engines": {
    "node": ">=0.10.0"
  },
  "keywords": [
    "mother",
    "catalogue",
    "mongoose",
    "mongodb",
    "database",
    "admin"
  ],
  "repository": {
    "type": "git",
    "url": "https://motherinc@github.com/motherinc/catalogue.git"
  },
  "dependencies": {
    "async": "0.2.9",
    "express": "3.4.7",
    "swig": "~1.3.2",
    "underscore": "~1.5.2",
    "xtend": "1.0.3",
    "flat": "~1.1.0",
    "ms": "~0.6.2",
    "jquery": "~2.1.0",
    "page": "~1.3.7",
    "mongoose": "~3.8.25"
  },
  "devDependencies": {
    "mocha": "*",
    "gulp": "~3.5.0",
    "gulp-less": "~1.2.0",
    "gulp-clean": "~0.2.4",
    "gulp-concat": "~2.1.7",
    "gulp-uglify": "~0.2.1",
    "gulp-swig-precompile": "0.0.4",
    "gulp-browserify": "0.4.3",
    "browserify-shim": "~3.2.2",
    "gulp-exec": "~1.0.4",
    "jshint": "~2.4.4"
  }
}
