{
  "name": "riojs",
  "version": "0.4.0",
  "description": "Rio. Functional Programming Language that compiles to Javascript",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "acorn": "acorn",
    "generate-parser": "pegjs -o index.js grammar.pegjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/divsense/rio.git"
  },
  "keywords": [
    "rio",
    "funcional",
    "programming",
    "language"
  ],
  "author": "Oleg Kirichenko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/divsense/rio/issues"
  },
  "homepage": "https://github.com/divsense/rio#readme",
  "devDependencies": {
    "acorn": "^5.5.3",
    "astring": "^1.2.0",
    "chai": "^4.1.2",
    "mocha": "^5.0.5",
    "pegjs": "^0.10.0"
  },
  "dependencies": {}
}
