-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
35 lines (35 loc) · 870 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
30
31
32
33
34
35
{
"name": "keybase",
"main": "./lib/main",
"version": "0.1.0",
"engines": {
"mailspring": ">=0.3.0"
},
"isOptional": true,
"isHiddenOnPluginsPage": true,
"title": "Encryption",
"description": "Send and receive encrypted messages using Keybase for public key exchange.",
"icon": "./icon.png",
"license": "GPL-3.0",
"windowTypes": {
"default": true,
"composer": true,
"thread-popout": true
},
"dependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-plugin-transform-react-createelement-to-jsx": "^1.0.1",
"coffee-react": "^5.0.1",
"kbpgp": "^2.0.79",
"lebab": "^3.0.2",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"request": "^2.88.0",
"underscore": "^1.12.1"
},
"devDependencies": {
"@babel/preset-env": "^7.10.4"
}
}