{
  "name": "yion",
  "version": "2.1.1",
  "description": "The most yionly (lighter, maybe ...) node framework",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/kevinbalicot/yion.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "doc": "node_modules/.bin/jsdoc2md src/*.js > docs/documentations.md",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
  },
  "keywords": [],
  "author": "Kevin Balicot <kevinbalicot@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "conventional-changelog-cli": "^2.1.1",
    "jsdoc-to-markdown": "^7.0.1"
  }
}
