{
  "name": "gm-sm4",
  "version": "0.0.3",
  "description": "Chinese GM crypt algorithm in JavaScript",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com/Endy-c/gm-crypt.git"
  },
  "keywords": [
    "国密",
    "ChineseGM",
    "SM2",
    "SM3",
    "SM4"
  ],
  "author": "Endy <281591@qq.com>",
  "license": "MIT",
  "dependencies": {
    "base64-js": "^1.3.0"
  },
  "devDependencies": {
    "standard": "^12.0.1"
  },
  "bugs": {
    "url": "https://github.com/Endy-c/gm-crypt/issues"
  },
  "homepage": "https://github.com/Endy-c/gm-crypt#readme"
}
