-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated package version and webpacks
- Loading branch information
Juho Enala
committed
Aug 21, 2019
1 parent
bfbe242
commit 9b286ed
Showing
3 changed files
with
191 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
{ | ||
"name": "hybrid-crypto-js", | ||
"version": "0.2.0", | ||
"description": "Hybrid (RSA+AES) encryption and decryption toolkit for JavaScript", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "mocha --require babel-core/register -R spec", | ||
"webpack": "browserify lib/webpack.js -o web/hybrid-crypto.js -t [ babelify --presets [ es2015 ] ]", | ||
"uglify": "uglifyjs web/hybrid-crypto.js -o web/hybrid-crypto.min.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/juhoen/hybrid-crypto-js.git" | ||
}, | ||
"keywords": [ | ||
"rsa", | ||
"aes", | ||
"rsa+aes", | ||
"react", | ||
"node", | ||
"react-native" | ||
], | ||
"author": "Juho Enala <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/juhoen/hybrid-crypto-js/issues" | ||
}, | ||
"homepage": "https://github.com/juhoen/hybrid-crypto-js", | ||
"dependencies": { | ||
"node-forge": "^0.7.1" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-preset-env": "1.6.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babelify": "^8.0.0", | ||
"browserify": "^16.5.0", | ||
"chai": "^4.1.2", | ||
"mocha": "^4.0.1", | ||
"uglify-js": "^3.2.1" | ||
} | ||
"name": "hybrid-crypto-js", | ||
"version": "0.2.1", | ||
"description": "Hybrid (RSA+AES) encryption and decryption toolkit for JavaScript", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "mocha --require babel-core/register -R spec", | ||
"webpack": "browserify lib/webpack.js -o web/hybrid-crypto.js -t [ babelify --presets [ es2015 ] ]", | ||
"uglify": "uglifyjs web/hybrid-crypto.js -o web/hybrid-crypto.min.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/juhoen/hybrid-crypto-js.git" | ||
}, | ||
"keywords": [ | ||
"rsa", | ||
"aes", | ||
"rsa+aes", | ||
"react", | ||
"node", | ||
"react-native" | ||
], | ||
"author": "Juho Enala <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/juhoen/hybrid-crypto-js/issues" | ||
}, | ||
"homepage": "https://github.com/juhoen/hybrid-crypto-js", | ||
"dependencies": { | ||
"node-forge": "^0.7.1" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-preset-env": "1.6.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babelify": "^8.0.0", | ||
"browserify": "^16.5.0", | ||
"chai": "^4.1.2", | ||
"mocha": "^4.0.1", | ||
"uglify-js": "^3.2.1" | ||
} | ||
} |
Oops, something went wrong.