{
  "name": "oxabs-tables",
  "version": "16.0.0",
  "description": "OA tables in elm!",
  "main": "index.js",
  "scripts": {
    "test": "elm-test",
    "wt": "elm-test --watch",
    "start": "elm-live Main.elm --output=elm.js --open",
    "debug": "elm-live Main.elm --output=elm.js --open --debug",
    "build": "elm-make Main.elm --output=elm.js",
    "prepublishOnly": "npm run build",
    "prepublish": "npm run build"

  },
  "devDependencies": {
    "elm-test": "^0.18.2"
  },
  "keywords": [
    "tables",
    "oxford",
    "abstracts"
  ],
  "author": "Rory Campbell, Conor Campbell, Naaz Ahmed",
  "license": "ISC",
  "dependencies": {
    "elm-test": "0.18.2"
  }
}
