{
  "name": "awesomelib",
  "version": "1.0.3",
  "description": "Tools for personal information retrieving.",
  "repository": {
    "type": "git",
    "url": "git://github.com/gghez/awesomelib.git"
  },
  "dependencies": {
    "angular": "^1.3.15",
    "angular-cookies": "^1.3.15",
    "angular-notification-service": "^0.1.0",
    "angular-route": "^1.3.15",
    "body-parser": "^1.12.3",
    "bootstrap": "^3.3.4",
    "cheerio": "^0.19.0",
    "express": "^4.12.3",
    "grunt": "^0.4.5",
    "grunt-contrib-concat": "^0.5.1",
    "grunt-contrib-less": "^1.0.1",
    "jquery": "^2.1.4",
    "load-grunt-tasks": "^3.1.0",
    "mongodb": "^2.0.28",
    "morgan": "^1.5.2",
    "node-getopt": "^0.2.3",
    "nodemailer": "^1.3.4",
    "q": "^1.3.0"
  },
  "author": "Gregory GHEZ",
  "scripts": {
    "postinstall": "grunt compile"
  },
  "license": "MIT",
  "bin": {
    "awesomelib": "bin/awesomelib.js"
  },
  "main": "bin/awesomelib.js",
  "preferGlobal": true,
  "engines": {
    "node": ">=0.10.0"
  },
  "devDependencies": {
    "grunt-concurrent": "^1.0.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-express-server": "^0.5.1"
  }
}
