-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 824 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
{
"name": "docslider",
"version": "3.0.1",
"description": "docSlider.js is a JavaScript plugin that works without jQuery. Change the web sections to a one-page scroll.",
"keywords": [
"slider",
"vanilla js",
"one page scroll"
],
"main": "docSlider.min.js",
"files": [
"README.md",
"LICENSE",
"docSlider.js",
"docSlider.min.js",
"docSlider.scss",
"docSlider.css",
"sample.html",
"sample_horizontal.html"
],
"repository": {
"type": "git",
"url": "git+https://github.com/prjct-samwest/docSlider.git"
},
"author": "SamWest <prjct.samwest@gmail.com>(https://github.com/prjct-samwest/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/prjct-samwest/docSlider/issues"
},
"homepage": "https://github.com/prjct-samwest/docSlider#readme"
}