{
  "name": "js2py",
  "version": "1.0.3-3",
  "description": "Converts JavaScript to Python",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.spec.js | tap-spec",
    "watch": "tape-watch test/*.spec.js | tap-spec"
  },
  "author": "Zaoqi <zaomir@outlook.com>",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/the-language/js2py.git"
  },
  "license": "MIT",
  "dependencies": {
    "espree": "^4.1.0"
  },
  "devDependencies": {
    "tap-spec": "^5.0.0",
    "tape": "^4.9.1",
    "tape-watch": "^2.3.0"
  }
}
