-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 982 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
{
"author": "zbryikt",
"name": "ldslider",
"license": "MIT",
"description": "Slider Library in Vanilla JS",
"version": "2.0.6",
"files": [
"dist/**/*"
],
"homepage": "https://github.com/loadingio/ldSlider",
"repository": {
"type": "git",
"url": "https://github.com/loadingio/ldSlider"
},
"engines": {
"node": ">=10.14.1",
"npm": ">=6.4.1"
},
"scripts": {
"start": "npx server -r web -o true"
},
"devDependencies": {
"@loadingio/ldquery": "^2.0.0",
"bootstrap": "^4.5.2",
"bootstrap.ldui": "github:loadingio/bootstrap.ldui",
"fedep": "^0.0.12",
"ldcover": "^1.3.1",
"livescript": "^1.6.0",
"stylus": "^0.54.5",
"template": "github:zbryikt/template#v2.3.13",
"uglify-js": "=3.2.0",
"uglifycss": "0.0.29"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
"bootstrap",
"bootstrap.ldui",
"@loadingio/ldquery",
"ldcover"
]
}
}