{
  "name": "stupid-cms-content",
  "version": "0.4.0",
  "private": false,
  "scripts": {
    "start": "node ./bin/www"
  },
  "dependencies": {
    "cheerio": "^0.20.0",
    "debug": "~2.2.0",
    "express": "~4.13.1",
    "fs.extra": "^1.3.2",
    "jquery": "^2.2.3",
    "mkdirp": "^0.5.1",
    "morgan": "~1.6.1",
    "mustache-express": "^1.2.2",
    "xmldom": "^0.1.22",
    "xpath": "0.0.23"
  },
  "description": "A stupidly simple CMS for static websites, content oriented",
  "main": "cms.js",
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ghiltoniel/stupid-cms-content.git"
  },
  "keywords": [
    "static",
    "cms",
    "editor",
    "wysiwyg"
  ],
  "author": "Guillaume Jacquart <guillaume.jacquart@live.fr>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Ghiltoniel/stupid-cms/issues"
  },
  "homepage": "https://github.com/Ghiltoniel/stupid-cms#readme"
}
