{
  "name": "forth",
  "version": "0.17.0",
  "description": "Forth programming environment",
  "main": "lib/index.js",
  "bin": {
    "forth": "./bin/forth.js"
  },
  "scripts": {
    "test": "eslint lib/*.js test/*.js && mocha test/word.js test/interpret.js test/create.js test/vocabulary.js",
    "cover": "istanbul cover _mocha -- test/word.js test/interpret.js test/create.js test/vocabulary.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/drom/forth.git"
  },
  "keywords": [
    "forth"
  ],
  "author": "drom",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/drom/forth/issues"
  },
  "homepage": "https://github.com/drom/forth",
  "dependencies": {
    "chai": "^3.4.1",
    "colors": "^1.1.2",
    "commander": "^2.9.0",
    "concat-stream": "^1.5.1",
    "escodegen": "^1.7.0",
    "esprima": "^2.7.0",
    "estraverse": "^4.1.1",
    "jsof": "^0.2.1",
    "long": "^3.0.1"
  },
  "devDependencies": {
    "eslint": "^1.9.0",
    "istanbul": "^0.4.0",
    "mocha": "^2.3.3"
  }
}
