{
    "name": "gmsm-sm2js",
    "version": "0.7.1",
    "description": "Pure Javascript implementation of the SM2/SM3/SM4 functions based on jsrsasign",
    "keywords": [
        "sm2",
        "sm3",
        "sm4",
        "gmsm",
        "jsrsasign"
    ],
    "main": "index.js",
    "scripts": {
        "test": "standard && node test/util_test.js && node test/cryptojs_sm3_test.js && node test/cryptojs_sm4_test.js && node test/sm2_test.js"
    },
    "dependencies": {
        "jsrsasign": "^11.1.0"
    },
    "devDependencies": {
        "sjcl-with-all": "^1.0.8",
        "standard": "^17.1.0",
        "tape": "^5.7.4"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/emmansun/sm2js.git"
    },
    "author": "Emman Sun",
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/emmansun/sm2js/issues"
    }
}
