forked from wangpin34/vue-scroll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 837 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 837 Bytes
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
{
"name": "vue-scroll",
"version": "2.0.3-unpublish",
"description": "scroll directive for vuejs 2.0",
"main": "index.js",
"scripts": {
"dist": "gulp compress",
"prepublish": "npm run dist",
"test": ""
},
"repository": {
"type": "git",
"url": "git@github.com:wangpin34/vue-scroll"
},
"bugs": {
"url": "https://github.com/wangpin34/vue-scroll/issues"
},
"keywords": [
"vue",
"vuejs",
"directive",
"scroll"
],
"author": "wangpin",
"license": "MIT",
"dependencies": {
"vue": "^2.1.4"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-cli": "^1.2.2",
"gulp-delete-file": "^1.0.2",
"gulp-rename": "^1.2.2",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^2.0.0",
"pump": "^1.0.1"
},
"browser": {
"vue": "vue/dist/vue.common"
}
}