-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 890 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": "vue-fast-scroll",
"version": "0.0.2",
"description": "vue application fast scroll",
"main": "dist/js/vue-fast-scroll.js",
"scripts": {
"build": "webpack",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beomy/vue-fast-scroll.git"
},
"keywords": [
"vue-fast-scroll",
"vue fast scroll",
"fast scroll"
],
"author": {
"name": "Hyo Bum Lee",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/beomy/vue-fast-scroll/issues"
},
"homepage": "https://github.com/beomy/vue-fast-scroll#readme",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"babel-loader": "^8.0.5",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
}
}