{
  "name": "jsewts",
  "version": "1.0.4",
  "description": "Tibetan EWTS / Unicode converter",
  "main": "src/jsewts.js",
  "scripts": {
    "start": "serve demo",
    "test": "yarn jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/buda-base/jsewts.git"
  },
  "keywords": [
    "ewts",
    "transliteration",
    "Tibetan"
  ],
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/buda-base/jsewts/issues"
  },
  "homepage": "https://github.com/buda-base/jsewts",
  "devDependencies": {
    "@babel/core": "^7.4.0",
    "@babel/plugin-proposal-class-properties": "^7.4.0",
    "@babel/plugin-transform-modules-commonjs": "^7.4.0",
    "amdefine": "^1.0.1",
    "jest": "^24.5.0",
    "serve": "^10.1.2"
  }
}
