-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 894 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 894 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
{
"name": "multicarousel",
"version": "3.0.1",
"description": "A dependency free multiple item JavaScript carousel.",
"main": "lib/MultiCarousel.js",
"devDependencies": {
"svelte": "^3.0.0",
"svelte-loader": "^2.13.3",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
},
"scripts": {
"compile": "node compile.js",
"pack": "webpack",
"build": "npm run compile && npm run pack",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"src",
"lib",
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sciactive/multicarousel.git"
},
"author": "Hunter Perrin",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sciactive/multicarousel/issues"
},
"homepage": "https://github.com/sciactive/multicarousel#readme",
"dependencies": {}
}