-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathpackage.json
30 lines (30 loc) · 997 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
{
"name": "listloading",
"version": "1.2.4",
"description": "`listloading.js` 是一个移动端的上拉、下拉加载更多的组件。主要依赖于iscroll.js v5.1.2基础上开发的组件,基础库可以使用jquery.js或者zepto.js操作dom节点,目前我是使用了jquery.js作为基础库操作dom,以jquery插件的形式存在。",
"main": "build/listloading.js",
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gtdalp/listloading.git"
},
"author": "xisa",
"license": "ISC",
"bugs": {
"url": "https://github.com/gtdalp/listloading/issues"
},
"homepage": "https://github.com/gtdalp/listloading#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0"
}
}