-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.11 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.11 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
{
"name": "@nani_samireddy/cue.js",
"version": "1.0.8",
"description": "A lightweight and flexible library for interactive tours and feature walkthroughs.",
"main": "dist/cue.js",
"module": "dist/cue.esm.js",
"unpkg": "dist/cue.min.js",
"jsdelivr": "dist/cue.min.js",
"files": [
"dist",
"README.md",
"dist/style.css",
"LICENSE"
],
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nani-samireddy/cue.js.git"
},
"keywords": [
"javascript",
"tour",
"walkthrough",
"onboarding",
"guide",
"feature discovery",
"vanilla js",
"frontend"
],
"author": "Nani Samireddy <nanisamireddy05@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nani-samireddy/cue.js/issues"
},
"homepage": "https://cue-js.gitbook.io/docs",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"rollup": "^2.79.2",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2"
}
}