forked from ayamflow/virtual-scroll
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 914 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
34
35
36
37
{
"name": "@sichangi/virtual-scroll",
"version": "1.4.4",
"description": "Smooth fake scroll using CSS transform",
"main": "src/index.js",
"scripts": {
"build": "webpack",
"test": "browserify test/index.js | tap-closer | smokestack | faucet",
"test-debug": "budo test/index.js --live"
},
"repository": {
"type": "git",
"url": "https://github.com/sichangi/virtual-scroll"
},
"keywords": [
"virtual",
"scroll",
"smooth"
],
"author": "= <=>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sichangi/virtual-scroll"
},
"homepage": "https://github.com/sichangi/virtual-scroll",
"dependencies": {
"bindall-standalone": "^1.0.5",
"tiny-emitter": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-loader": "^8.0.5",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
}
}