-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.36 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
50
51
52
53
54
{
"name": "unstoppable-chat",
"version": "1.7.2",
"description": "Decentralized End to End Encrypted Chat Network. Built with Gun.js and Sea.js.",
"main": "./dist/index.js",
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/JamieRez/open-chat.git"
},
"keywords": [
"chat",
"npm",
"module",
"node",
"javascript",
"decentralized",
"encrypted",
"message",
"text"
],
"author": "James Rezendes <james@unstoppabledomains.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JamieRez/open-chat/issues"
},
"homepage": "https://github.com/JamieRez/open-chat#readme",
"devDependencies": {
"@rollup/plugin-node-resolve": "^7.1.3",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-minify": "^0.5.0",
"chai": "^4.1.2",
"cross-env": "^5.1.3",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"mocha": "^6.1.3",
"nyc": "^15.0.1",
"rimraf": "^2.6.2"
},
"dependencies": {
"@peculiar/webcrypto": "^1.1.1",
"gun": "git://github.com/amark/gun.git#master"
}
}