{
  "name": "uncloak",
  "version": "2.1.0",
  "description": "reveal.js themes editor",
  "main": "index.js",
  "scripts": {
    "test": "mocha --check-leaks",
    "start": "supervisor server.js",
    "lint": "eslint server.js src/app.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/byteclubfr/uncloak.git"
  },
  "author": "Delapouite",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/byteclubfr/uncloak/issues"
  },
  "homepage": "https://github.com/byteclubfr/uncloak",
  "devDependencies": {
    "eslint": "^3.1.0",
    "expect": "^1.6.0",
    "mocha": "^3.0.0"
  },
  "dependencies": {
    "angular": "^1.4.5",
    "body-parser": "^1.12.0",
    "express": "^4.12.0",
    "node-sass": "^4.5.3",
    "reveal.js": "^3.3.0",
    "supervisor": "^0.12.0"
  }
}
