-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.26 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "msgcipher",
"version": "1.0.0",
"description": "Web APP that codes and decodes text messages on top of different ciphers.",
"main": "index.js",
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"babel-core": "^6.26.3",
"babel-jest": "^27.0.6",
"babel-loader": "^8.2.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"browser-sync": "^2.27.4",
"chai": "^4.3.4",
"esm": "^3.2.25",
"gulp": "^4.0.2",
"gulp-terser": "^2.0.1",
"jest": "^27.0.6",
"mocha": "^9.0.2",
"nodemailer": "^6.6.2",
"nodemon": "^2.0.7",
"workbox": "^0.0.0",
"workbox-cli": "^6.1.5"
},
"scripts": {
"test": "jest --coverage"
},
"jest": {
"verbose": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/conceptree/msgCipher.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/conceptree/msgCipher/issues"
},
"homepage": "https://github.com/conceptree/msgCipher#readme",
"dependencies": {
"googleapis": "^80.0.0",
"jsencrypt": "^3.2.0"
}
}