{
  "name": "cmapi-kotlin.js",
  "version": "0.0.1",
  "description": "Common Map API written in kotlin",
  "main": "build/js/cmapi-kotlin-js.js",
  "scripts": {},
  "devDependencies": {},
  "dependencies": {

    "kotlin": "^1.1.0",
    "node.js": "0.0.0"
  },
  "scripts": {
    "start": "node node/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:missioncommand/cmapi-kotlin.git"
  }
}