forked from pawelgrzybek/siema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 KB
/
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
{
"name": "siemano",
"version": "1.6.0",
"description": "Maintained fork of Siema - Lightweight and simple carousel with no dependencies",
"main": "dist/siema.min.js",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.1",
"eslint": "4.16.0",
"eslint-loader": "^1.9.0",
"webpack": "3.10.0"
},
"scripts": {
"build": "webpack && cp dist/siema.min.js docs/assets",
"dev": "webpack --progress --colors --watch",
"lint": "eslint src/*.js",
"fix": "eslint src/*.js --fix"
},
"files": [
"dist"
],
"repository": "DenverCoderOne/siemano",
"contributors": [
"Pawel Grzybek <[email protected]> (https://pawelgrzybek.com/)",
"Jonah Lawrence <[email protected] (https://github.com/DenverCoder1)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/DenverCoderOne/siemano/issues"
},
"homepage": "https://denvercoderone.github.io/siemano/",
"keywords": [
"slider",
"carousel",
"lightweight"
]
}