-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.29 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
{
"author": "zbryikt",
"name": "ldnotify",
"license": "MIT",
"description": "simple notification widget",
"version": "0.0.7",
"style": "dist/index.min.css",
"browser": "dist/index.min.js",
"main": "dist/index.min.js",
"files": [
"dist/**/*"
],
"homepage": "https://github.com/loadingio/ldnotify",
"repository": {
"type": "git",
"url": "https://github.com/loadingio/ldnotify"
},
"engines": {
"node": ">=10.14.1",
"npm": ">=6.4.1"
},
"scripts": {
"start": "npx server -r web -o true"
},
"devDependencies": {
"@loadingio/bootstrap.ext": "^0.0.4",
"@loadingio/ldquery": "^3.0.6",
"@loadingio/loading.css": "^3.2.1",
"@loadingio/transition.css": "^3.0.0",
"@plotdb/guides": "github:plotdb/guides#master",
"@zbryikt/template": "^2.5.0",
"bootstrap": "^4.6.1",
"bootstrap.native": "^3.0.13",
"fedep": "^1.8.0",
"ldview": "^1.7.2",
"stylus": "^0.55.0",
"uglify-js": "^3.13.1",
"uglifycss": "^0.0.29"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
"bootstrap",
"bootstrap.native",
"@loadingio/bootstrap.ext",
"@loadingio/ldquery",
"@loadingio/debounce.js",
"@loadingio/loading.css",
"@loadingio/transition.css",
"ldview"
]
}
}