-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
39 lines (39 loc) · 932 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
36
37
38
39
{
"name": "cypher",
"main": "./lib/main",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/mbilker/cypher.git"
},
"engines": {
"nylas": ">=0.4.10"
},
"title": "Cypher",
"icon": "./assets/icon.png",
"description": "Privacy extensions for N1",
"dependencies": {
"emailjs-mime-parser": "^1.0.0",
"kbpgp": "^2.0.53",
"libkeybase": "^1.2.24",
"lodash": "^4.0.0",
"mimelib": "^0.2.19",
"node-keybase": "0.0.5",
"request": "^2.67.0",
"rimraf": "^2.5.1",
"smalltalk": "git+https://github.com/mbilker/smalltalk.git",
"uuid": "^2.0.1"
},
"devDependencies": {
"eslint": "^2.2.0",
"eslint-config-airbnb": "^7.0.0",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-react": "^4.3.0"
},
"license": "GPL-3.0",
"windowTypes": {
"default": true,
"composer": true
}
}