-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
45 lines (45 loc) · 1.24 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
41
42
43
44
45
{
"name": "float-sidebar",
"description": "A lightweight (2kb gzipped), zero-dependency javascript library for making a sidebar float",
"keywords": [
"fsm",
"sidebars",
"javascript",
"lightweight",
"float sidebar",
"sticky sidebar",
"zero dependencies",
"finite state machine"
],
"author": "Sergey Vinogradov",
"email": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/vursen/FloatSidebar.js/issues"
},
"homepage": "https://github.com/vursen/FloatSidebar.js",
"version": "1.2.5",
"main": "./dist/float-sidebar.min.js",
"module": "./dist/float-sidebar.js",
"devDependencies": {
"@open-wc/testing": "^3.0.2",
"@web/test-runner": "^0.13.20",
"babel-core": "^6.26.3",
"babel-loader": "7",
"babel-plugin-transform-object-assign": "6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "6.24.1",
"sinon": "^11.1.2",
"terser-webpack-plugin": "^3.0.0",
"webpack": "4.42.1",
"webpack-cli": "3.3.11"
},
"scripts": {
"build": "webpack",
"test": "web-test-runner test/**/*.test.js --node-resolve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vursen/FloatSidebar.js.git"
}
}