{
  "name": "yason",
  "version": "0.0.3",
  "description": "Yet Another Simple Object Notation - Object serialization in between JSON and YAML",
  "main": "lib/package.js",
  "scripts": {
    "test": "mocha ./tests/tests.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nanobot248/yason.git"
  },
  "keywords": [
    "JSON",
    "YAML",
    "serialization"
  ],
  "author": "Andreas Hubert <nanobot248@gmail.com>",
  "license": "MIT"
}
