-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.38 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
46
47
48
49
{
"name": "os-scroll-chain",
"version": "2.0.2",
"description": "OverlayScrollbars Extension to prevent scroll chaining",
"main": "dist/os-scroll-chain.min.js",
"scripts": {
"dev": "cross-env-shell \"rollup -c rollup.config.js\"",
"build": "cross-env NODE_ENV=production npm run dev",
"watch": "cross-env NODE_ENV=development npm run dev -- --watch",
"release": "npm run build && standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/parsisolution/os-scroll-chain.git"
},
"files": [
"src",
"dist"
],
"keywords": [
"OverlayScrollbars",
"Extension",
"Prevent",
"Scroll-chain",
"Scroll chaining"
],
"author": "Hamed Ehtesham",
"license": "MIT",
"bugs": {
"url": "https://github.com/parsisolution/os-scroll-chain/issues"
},
"homepage": "https://github.com/parsisolution/os-scroll-chain#readme",
"peerDependencies": {
"overlayscrollbars": "^1.7.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"cross-env": "^7.0.3",
"rollup": "^2.0.0",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-license": "^3.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.4",
"standard-version": "^9.5.0"
}
}