Skip to content

Commit

Permalink
Updated package version and webpacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Juho Enala committed Aug 21, 2019
1 parent bfbe242 commit 9b286ed
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 129 deletions.
80 changes: 40 additions & 40 deletions package.json
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 <juho.enala@gmail.com>",
"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 <juho.enala@gmail.com>",
"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"
}
}
Loading

0 comments on commit 9b286ed

Please sign in to comment.