-
-
Notifications
You must be signed in to change notification settings - Fork 184
/
package.json
143 lines (143 loc) · 3.74 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "decentralized-internet",
"version": "5.3.5",
"author": "Andrew Magdy Kamal, The Lonero Dev Team",
"license": "zlib or MIT",
"homepage": "http://bit.ly/lonero_os",
"description": "An NPM library of programs to create decentralized web and distributed computing projects",
"main": "index.js",
"keywords": [
"Web",
"P2P",
"IOT",
"Peer",
"Crypto",
"Mining",
"Internet",
"Protocols",
"Blockchain",
"gruntplugin",
"ember-addon",
"Distributed",
"cordova-ios",
"Decentralized",
"Cryptocurrency",
"Grid Computing",
"cordova-android",
"cordova-windows",
"ecosystem:cordova",
"Parallel Processing"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/decentralized-internet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lonero-Team/Decentralized-Internet.git"
},
"bundleDependencies": false,
"dependencies": {
"pm2": "5.4.0",
"async": "3.2.5",
"coins": "^4.5.0",
"lotion": "^0.4.26",
"tendermint": "^5.0.2",
"bitcoin-util": "^2.0.0",
"websocket-stream": "^5.5.2",
"ember-cli-babel": "8.2.0",
"bitcoin-protocol": "^4.0.1",
"ember-cli-htmlbars": "6.3.0",
"@jupyterlab/notebook": "4.2.1",
"snyk": "1.1291.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"pre-push": "jlpm run integrity --force"
}
},
"devDependencies": {
"minify": "11.1.1",
"minimist": "1.2.8",
"grunt": "1.6.1",
"husky": "9.0.11",
"lerna": "8.1.3",
"bcrypt": "5.1.1",
"hash.js": "1.1.7",
"loader.js": "4.7.0",
"qunit-dom": "3.0.0",
"ember-try": "3.0.0",
"ember-cli": "5.8.1",
"typescript": "5.4.5",
"ember-qunit": "8.0.2",
"easy-bigchain": "1.0.1",
"ember-cli-sri": "2.1.1",
"@babel/eslint-parser": "7.24.6",
"ember-source": "5.7.0",
"ember-resolver": "11.0.1",
"ember-cli-eslint": "5.1.0",
"ember-cli-uglify": "3.0.0",
"ember-auto-import": "2.7.2",
"bigchaindb-driver": "4.3.0",
"broccoli-asset-rev": "3.0.0",
"grunt-contrib-clean": "2.0.1",
"eslint-plugin-n": "14.0.0",
"eslint-plugin-ember": "12.0.2",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-nodeunit": "5.0.0",
"ember-load-initializers": "2.1.2",
"ember-cli-template-lint": "2.0.2",
"ember-source-channel-url": "3.0.0",
"@ember/optional-features": "2.1.0",
"ember-cli-dependency-checker": "3.3.2",
"ember-cli-inject-live-reload": "2.1.0",
"ember-maybe-import-regenerator": "1.0.0",
"ember-export-application-global": "2.0.1",
"ember-disable-prototype-extensions": "1.1.3"
},
"scripts": {
"test": "ember test",
"lint:js": "eslint .",
"build": "ember build",
"grunt-test": "grunt test",
"ember-start": "ember serve",
"test:all": "ember try:each",
"watch": "skpm-build --watch",
"start": "skpm-build --watch --run",
"lint:hbs": "ember-template-lint .",
"postinstall": "npm run build && skpm-link",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"engines": {
"atom": ">=1.0.0 <2.0.0",
"qportal": ">= 1.0.0",
"yarn": ">= 0.13.0",
"Deno": ">= 0.22.0",
"sketch": ">=49.0",
"vscode": "^2023.0.0",
"iojs": ">= 1.0.0",
"node": ">= 6.0.0",
"npm": ">= 3.0.0",
"cordovaDependencies": {
"1.0.0": {
"cordova-android": "<3.0.0"
},
"2.1.0": {
"cordova-android": ">4.0.0"
}
},
"bit": {
"env": {},
"componentsDefaultDirectory": "components/{name}",
"packageManager": "npm"
},
"private": false
},
"ember-addon": {
"configPath": "config/ember-try.js"
},
"contact-dev": "https://minds.com/gamer456148",
"snyk": true
}