{
  "name": "puddle-syntax",
  "version": "0.2.0",
  "description": "Syntax tools for the Puddle coding environment",
  "main": "index.js",
  "dependencies": {
    "debug": "^1.0.4",
    "lodash": "^2.4.1"
  },
  "devDependencies": {
    "coveralls": "^2.11.1",
    "istanbul": "^0.3.2",
    "jshint": "^2.5.4",
    "mocha": "^1.21.4"
  },
  "scripts": {
    "coverage": "istanbul check-coverage _mocha",
    "coveralls": "coveralls < ./coverage/lcov.info",
    "lint": "jshint .",
    "istanbul": "istanbul cover _mocha -- --timeout 60000",
    "mocha": "mocha test",
    "test": "npm run lint && npm run mocha && npm run istanbul && npm run coverage && npm run coveralls"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fritzo/puddle-lang.git"
  },
  "keywords": [
    "pomagma",
    "puddle",
    "language"
  ],
  "author": "Fritz Obermeyer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fritzo/puddle-lang/issues"
  },
  "homepage": "https://github.com/fritzo/puddle-lang"
}
