-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 914 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
40
41
42
43
{
"name": "vue-ssb",
"version": "1.0.1",
"description": "VueJS Plugin to connect to Secure Scuttlebutt",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/dangerousbeans/vue-ssb.git"
},
"eslintConfig": {
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
}
},
"keywords": [
"vuejs",
"ssb",
"plugin",
"decentralized",
"p2p"
],
"author": "Joran Kikke",
"license": "ISC",
"bugs": {
"url": "https://github.com/dangerousbeans/vue-ssb/issues"
},
"homepage": "https://github.com/dangerousbeans/vue-ssb#readme",
"dependencies": {
"lodash": "^4.17.11",
"ssb-client": "^4.7.2",
"ssb-server": "^14.1.12"
}
}