{
  "name": "lycoris",
  "version": "2.0.1",
  "description": "An object-oriented programming language",
  "main": "build/main/run.js",
  "dependencies": {
    "babel-preset-es2015": "^6.1.18",
    "chalk": "^3.0.0",
    "readline-sync": "^1.2.22"
  },
  "devDependencies": {
    "babel-cli": "^6.2.0",
    "mocha": "^2.3.4"
  },
  "scripts": {
    "build": "babel src --source-maps --out-dir build",
    "repl": "node build/main/run.js",
    "test": "mocha --recursive build/test/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/timo-cmd/LyCoris.org#readme.md"
  },
  "keywords": [
    "LyCoris",
    "parser",
    "tokenizer",
    "type-checking",
    "interpreter"
  ],
  "author": "Timo Sarkar",
  "license": "ISC",
  "bugs": {
    "url": "http://not yet defined"
  },
  "homepage": "http:// not yet defined"
}
