{
  "name": "pyret-lang",
  "version": "0.0.0",
  "description": "The Pyret programming language",
  "main": "build/phase0/main-wrapper.js",
  "directories": {
    "doc": "docs",
    "example": "examples",
    "test": "tests"
  },
  "dependencies": {
    "mustache": "^0.8.1",
    "jasmine-node": "1.14.5",
    "sweet.js": "~0.4.2",
    "jquery": "~2.1.0",
    "ses": "~0.0.0",
    "requirejs": "~2.1.15",
    "q": "~1.0.1",
    "lodash": "~2.4.1",
    "s-expression": "~2.2.0",
    "seedrandom": "~2.3.10",
    "CodeMirror": "git://github.com/jpolitz/CodeMirror",
    "benchmark": "2.0.0",
    "d3": "~3",
    "d3-tip": "git://github.com/sorawee/d3-tip"
  },
  "devDependencies": {},
  "scripts": {
    "test": "make test-all"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/brownplt/pyret-lang"
  },
  "keywords": [
    "programming",
    "language",
    "education",
    "scripting",
    "functional"
  ],
  "author": "Joe Gibbs Politz",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/brownplt/pyret-lang/issues"
  },
  "homepage": "https://github.com/brownplt/pyret-lang"
}
