{
  "name": "smack-js-compiler",
  "version": "1.1.1",
  "description": "A compiler/transpiler for compiling the purely functional language 'Smack' to javascript",
  "main": "index.js",
  "scripts": {
    "test": "node dev/tests/testRunner.js"
  },
  "keywords": [
    "pure",
    "functional",
    "language",
    "smack",
    "parser",
    "compiler",
    "intermediary"
  ],
  "author": "Benjamin Vellacott",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bvellacott/smack-js-compiler/issues"
  },
  "homepage": "https://github.com/bvellacott/smack-js-compiler#readme",
  "dependencies": {
    "antlr4": "^4.5.3"
  },
  "devDependencies": {
    "broccoli": "^0.16.9",
    "broccoli-babel-transpiler": "^5.5.0",
    "broccoli-browserify": "^0.1.0",
    "broccoli-concat": "^2.2.0",
    "broccoli-env": "0.0.1",
    "broccoli-es6modules": "^1.2.2",
    "broccoli-funnel": "^1.0.1",
    "broccoli-merge-trees": "^1.1.1",
    "broccoli-stew": "^1.3.1",
    "broccoli-uglify-sourcemap": "^1.4.0",
    "ember-cli": "^2.4.2",
    "tap": "^5.7.2"
  }
}
