{
  "name": "gladys",
  "version": "3.6.0",
  "description": "Your personnal assistant, always here.",
  "keywords": [
    "home",
    "assistant",
    "automation",
    "jarvis",
    "artificial",
    "intelligence",
    "domotique"
  ],
  "bin": {
    "gladys": "./app.js"
  },
  "dependencies": {
    "async": "^2.0.0",
    "barrels": "^1.6.2",
    "bcrypt": "^1.0.0",
    "bluebird": "^3.3.4",
    "chrono-node": "^1.3.1",
    "clone": "^2.1.0",
    "crypto": "~0.0.3",
    "dotenv": "^2.0.0",
    "ejs": "^2.4.1",
    "es6-template-strings": "^2.0.0",
    "fs-extra": "^1.0.0",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-concat": "^1.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^1.0.1",
    "grunt-contrib-less": "^1.2.0",
    "grunt-contrib-uglify": "^2.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-mocha-test": "^0.13.0",
    "grunt-sails-linker": "^0.10.1",
    "grunt-sync": "^0.5.2",
    "include-all": "~1.0.5",
    "jsonwebtoken": "^7.0.0",
    "limdu": "^0.8.0",
    "md5": "^2.1.0",
    "moment": "^2.12.0",
    "natural": "^0.4.0",
    "ncp": "^2.0.0",
    "node-dir": "~0.1.6",
    "node-schedule": "^1.1.0",
    "rc": "^1.1.6",
    "request": "^2.70.0",
    "sails": "^0.12.3",
    "sails-mysql": "^0.12.1",
    "sails-util-mvcsloader": "^0.3.2",
    "serialization": "^0.2.0",
    "suncalc": "^1.7.0",
    "uuid": "^3.0.1"
  },
  "devDependencies": {
    "grunt-apidoc": "^0.11.0",
    "grunt-contrib-csslint": "^1.0.0",
    "grunt-mocha-istanbul": "^5.0.1",
    "istanbul": "^0.4.2",
    "jshint-stylish": "^2.0.1",
    "mocha": "^3.0.2",
    "should": "^11.1.0",
    "supertest": "^2.0.0"
  },
  "scripts": {
    "start": "node app.js",
    "debug": "node debug app.js",
    "test": "grunt test",
    "publish:patch": "npm version patch && npm publish",
    "publish:minor": "npm version minor && npm publish",
    "publish:major": "npm version major && npm publish"
  },
  "main": "app.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/GladysProject/Gladys"
  },
  "bugs": {
    "url": "https://github.com/GladysProject/Gladys/issues"
  },
  "author": "Pierre-Gilles Leymarie",
  "license": "CC-BY-NC-SA-3.0"
}
