-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "vue-dropload",
"version": "1.0.16",
"description": "mobile drop load,support base js and vue framework.",
"main": "dist/MDropload.vue.js",
"directories": {
"example": "example"
},
"scripts": {
"build": "sh ./build/package.sh",
"buildvue": "rollup -c ./build/rollup.config.vue.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yodfz/m-dropload.git"
},
"keywords": [
"mobile",
"dropload",
"load",
"scrollevent",
"scroll",
"load"
],
"author": "yodfz",
"license": "MIT",
"bugs": {
"url": "https://github.com/yodfz/m-dropload/issues"
},
"homepage": "https://github.com/yodfz/m-dropload#readme",
"devDependencies": {
"babel-plugin-external-helpers": "^6.8.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2015-rollup": "^1.2.0",
"rollup": "^0.36.1",
"rollup-plugin-babel": "^2.6.1"
},
"dependencies": {
"uglifyjs": "^2.4.10"
}
}