{
  "name": "ecies-lite",
  "version": "1.1.3",
  "description": "A lightweight ECIES tool implemented in pure Node.JS",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tibetty/ecies-lite.git"
  },
  "keywords": [
    "elliptic",
    "curve",
    "encryption",
    "decryption",
    "Integrated Encryption Scheme",
    "IES",
    "ECIES",
    "crytography",
    "aes"
  ],
  "author": "tibetty",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/tibetty/ecies-lite/issues"
  },
  "homepage": "https://github.com/tibetty/ecies-lite#readme"
}
