-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 941 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
{
"name": "easy-scroll-sync",
"version": "2.0.0",
"description": "Easily syncronize scrolling between elements",
"main": "dist/easy-scroll-sync.min.js",
"module": "dist/easy-scroll-sync.esm.js",
"sideEffects": false,
"scripts": {
"prebuild": "rimraf dist",
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alex Ginns",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Alex61NN5/easy-scroll-sync"
},
"homepage": "https://github.com/Alex61NN5/easy-scroll-sync",
"bugs": "https://github.com/Alex61NN5/easy-scroll-sync/issues",
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/preset-env": "^7.8.2",
"rimraf": "^3.0.0",
"rollup": "^1.29.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.2.0"
}
}