-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 954 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 954 Bytes
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": "@Geeksltd/visualspec.shared.theme",
"version": "2.3.2",
"description": "UI theme of visualspec package",
"repository": {
"type": "git",
"url": "git+https://github.com/Geeksltd/VisualSpec.Shared.Theme.git"
},
"files": [
"dist/**",
"src/**",
"package-lock.json",
"package.json",
"README.md"
],
"keywords": [
"theme",
"scss",
"css",
"font"
],
"engines": {
"yarn": ">= 1.0.0"
},
"author": "Geeks Ltd",
"license": "GPL-3.0",
"private": false,
"bugs": {
"url": "https://github.com/Geeksltd/VisualSpec.Shared.Theme/issues"
},
"homepage": "https://github.com/Geeksltd/VisualSpec.Shared.Theme#readme",
"devDependencies": {
"@popperjs/core": "^2.11.6",
"bootstrap": "5.2.3"
},
"scripts": {
"start": "node lib/server.js",
"test": "echo \"no test specified\""
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/Geeksltd/"
}
}