{
  "name": "jasminejsx",
  "description": "A port of Jasmine.js that is compatible with Adobe ExtendScript",
  "version": "0.5.0",
  "homepage": "http://github.com/theasci/jasminejsx.git",
  "contributors": [
    {
      "name": "Tom Maslen",
      "email": "tom_maslen@hotmail.com"
    },
    {
      "name": "Shawn Pyle",
      "email": "shawn.pyle@gmail.com"
    }
  ],
  "main": "index.jsx",
  "scripts": {
    "test": "test/run"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/theasci/jasminejsx.git"
  },
  "bugs": {
    "url": "https://github.com/theasci/jasminejsx/issues"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "dependencies": {
    "extendscript-es5-shim": "^0.2.0",
    "moment": "^2.24.0",
    "extendscript-logger": "^0.3.0"
  },
  "keywords": [
    "Adobe InDesign",
    "extendscript",
    "testing",
    "jasmine",
    "unit testing"
  ],
  "license": "Apache-2.0"
}
