Skip to content

Commit 9b286ed

Browse files
author
Juho Enala
committed
Updated package version and webpacks
1 parent bfbe242 commit 9b286ed

File tree

3 files changed

+191
-129
lines changed

3 files changed

+191
-129
lines changed

package.json

+40-40
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
2-
"name": "hybrid-crypto-js",
3-
"version": "0.2.0",
4-
"description": "Hybrid (RSA+AES) encryption and decryption toolkit for JavaScript",
5-
"main": "lib/index.js",
6-
"scripts": {
7-
"test": "mocha --require babel-core/register -R spec",
8-
"webpack": "browserify lib/webpack.js -o web/hybrid-crypto.js -t [ babelify --presets [ es2015 ] ]",
9-
"uglify": "uglifyjs web/hybrid-crypto.js -o web/hybrid-crypto.min.js"
10-
},
11-
"repository": {
12-
"type": "git",
13-
"url": "https://github.com/juhoen/hybrid-crypto-js.git"
14-
},
15-
"keywords": [
16-
"rsa",
17-
"aes",
18-
"rsa+aes",
19-
"react",
20-
"node",
21-
"react-native"
22-
],
23-
"author": "Juho Enala <juho.enala@gmail.com>",
24-
"license": "MIT",
25-
"bugs": {
26-
"url": "https://github.com/juhoen/hybrid-crypto-js/issues"
27-
},
28-
"homepage": "https://github.com/juhoen/hybrid-crypto-js",
29-
"dependencies": {
30-
"node-forge": "^0.7.1"
31-
},
32-
"devDependencies": {
33-
"babel-core": "^6.26.0",
34-
"babel-preset-env": "1.6.0",
35-
"babel-preset-es2015": "^6.24.1",
36-
"babelify": "^8.0.0",
37-
"browserify": "^16.5.0",
38-
"chai": "^4.1.2",
39-
"mocha": "^4.0.1",
40-
"uglify-js": "^3.2.1"
41-
}
2+
"name": "hybrid-crypto-js",
3+
"version": "0.2.1",
4+
"description": "Hybrid (RSA+AES) encryption and decryption toolkit for JavaScript",
5+
"main": "lib/index.js",
6+
"scripts": {
7+
"test": "mocha --require babel-core/register -R spec",
8+
"webpack": "browserify lib/webpack.js -o web/hybrid-crypto.js -t [ babelify --presets [ es2015 ] ]",
9+
"uglify": "uglifyjs web/hybrid-crypto.js -o web/hybrid-crypto.min.js"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/juhoen/hybrid-crypto-js.git"
14+
},
15+
"keywords": [
16+
"rsa",
17+
"aes",
18+
"rsa+aes",
19+
"react",
20+
"node",
21+
"react-native"
22+
],
23+
"author": "Juho Enala <juho.enala@gmail.com>",
24+
"license": "MIT",
25+
"bugs": {
26+
"url": "https://github.com/juhoen/hybrid-crypto-js/issues"
27+
},
28+
"homepage": "https://github.com/juhoen/hybrid-crypto-js",
29+
"dependencies": {
30+
"node-forge": "^0.7.1"
31+
},
32+
"devDependencies": {
33+
"babel-core": "^6.26.0",
34+
"babel-preset-env": "1.6.0",
35+
"babel-preset-es2015": "^6.24.1",
36+
"babelify": "^8.0.0",
37+
"browserify": "^16.5.0",
38+
"chai": "^4.1.2",
39+
"mocha": "^4.0.1",
40+
"uglify-js": "^3.2.1"
41+
}
4242
}

0 commit comments

Comments
 (0)