-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.13 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
{
"title": "Labs64 Developers ToolBox",
"name": "labs64-developers-toolbox",
"description": "Useful Online Tools like Convertors, Viewers, Minifier, Validators und many others for Developers: XML, JSON, JavaScript, Java, C#, Python, SQL",
"version": "1.0.0",
"homepage": "https://io.labs64.com",
"author": "Labs64",
"contributors": [
"NetLicensing (https://netlicensing.io)"
],
"license": "Apache",
"keywords": [
"developers",
"tools",
"toolset",
"developer-tools",
"developer",
"utility",
"utilities"
],
"scripts": {
"start": "npm i"
},
"repository": {
"type": "git",
"url": "https://github.com/Labs64/labs64.github.io.git"
},
"bugs": {
"url": "https://github.com/Labs64/labs64.github.io/issues",
"email": "[email protected]"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.13.1",
"bootstrap": "4.5.0",
"jquery": "3.5.1",
"guidechimp": "^4.2.1",
"mipsum": "^2.4.1",
"jsonlint": "^1.6.3"
},
"devDependencies": {}
}