-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 816 Bytes
/
package.json
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
{
"name": "web-crypto-file-encryption",
"version": "0.0.7",
"description": "Encrypt & decrypt files in your browser",
"main": "index.js",
"scripts": {
"build": "babel src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gagyibenedek/frontend-file-encryption.git"
},
"keywords": [
"web crypto api",
"encryption"
],
"author": "Benedek Gagyi (https://github.com/gagyibenedek)",
"license": "ISC",
"bugs": {
"url": "https://github.com/gagyibenedek/frontend-file-encryption/issues"
},
"homepage": "https://github.com/gagyibenedek/frontend-file-encryption#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1"
}
}