{
  "name": "aletheia",
  "version": "0.0.4",
  "description": "An experimental compile-to-js programming language",
  "bin": {
    "alc": "./lib/aletheia/alc"
  },
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jacktoole1/aletheia.git"
  },
  "author": "Jack Toole",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jacktoole1/aletheia/issues"
  },
  "devDependencies": {
    "jison": "~0.4.13",
    "mocha": "~1.18.2"
  },
  "dependencies": {
    "underscore": "^1.4.4",
    "source-map": "~0.1.33"
  }
}
