-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 972 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 972 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
{
"name": "motimeline",
"version": "2.13.2",
"description": "Responsive two-column timeline layout library. Plain JavaScript, no dependencies.",
"main": "./dist/moTimeline.cjs",
"module": "./dist/moTimeline.js",
"style": "./dist/moTimeline.css",
"exports": {
".": {
"import": "./dist/moTimeline.js",
"require": "./dist/moTimeline.cjs"
},
"./dist/moTimeline.css": "./dist/moTimeline.css"
},
"files": [
"dist",
"src"
],
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"vite": "^5.0.0"
},
"keywords": [
"timeline",
"JavaScript",
"responsive",
"two-column"
],
"author": "mattopen - www.mattopen.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/MattOpen/moTimeline.git"
},
"bugs": {
"url": "https://github.com/MattOpen/moTimeline/issues"
},
"homepage": "https://mattopen.github.io/moTimeline/"
}