UNPKG

sk-crypto

Version:

ShaneKing's Crypto for JavaScript

71 lines (70 loc) 1.57 kB
{ "name": "sk-crypto", "description": "ShaneKing's Crypto for JavaScript", "version": "0.0.9", "homepage": "https://github.com/ShaneKing/sk-crypto", "license": "MIT", "author": { "name": "ShaneKing", "email": "github@azolla.org", "url": "http://shaneking.org" }, "repository": { "type": "git", "url": "git@github.com:ShaneKing/sk-crypto.git" }, "bugs": { "url": "https://github.com/ShaneKing/sk-crypto/issues" }, "licenses": [ { "type": "MIT", "url": "https://opensource.org/licenses/MIT" } ], "files": [ "dist", "lib", "LICENSE" ], "main": "lib/index.js", "keywords": [ "ShaneKing", "SK", "SKCrypto" ], "directories": { "lib": "lib/" }, "scripts": { "test": "istanbul cover mocha && codecov" }, "dependencies": { "crypto-js": "^3.1.9-1" }, "devDependencies": { "assert": "^1.4.1", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-es2015": "^6.22.0", "babel-preset-stage-0": "^6.22.0", "babel-preset-stage-1": "^6.22.0", "babel-preset-stage-2": "^6.22.0", "babel-preset-stage-3": "^6.22.0", "codecov": "^3.0.0", "commitplease": "latest", "gulp": "^3.9.1", "gulp-babel": "^7.0.0", "gulp-clean": "^0.3.2", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^2.6.1", "gulp-uglify": "^3.0.0", "istanbul": "^0.4.5", "mocha": "^4.0.1", "webpack-stream": "^4.0.0" }, "commitplease": { "nohook": true } }