forked from pawelgrzybek/siema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 891 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
32
33
{
"name": "siema",
"version": "1.3.0",
"description": "Lightweight and simple carousel with no dependencies",
"main": "dist/siema.min.js",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.22.0",
"webpack": "^2.2.1"
},
"scripts": {
"build": "webpack && cp dist/siema.min.js docs/assets",
"dev": "webpack --progress --colors --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pawelgrzybek/siema.git"
},
"author": "Pawel Grzybek <[email protected]> (https://pawelgrzybek.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pawelgrzybek/siema/issues"
},
"homepage": "https://pawelgrzybek.com/siema",
"keywords": [
"slider",
"carousel",
"lightweight"
]
}