2 Star 8 Fork 1

鸿则 / angular pagination

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 690 Bytes
一键复制 编辑 原始数据 按行查看 历史
鸿则 提交于 2017-07-28 17:36 . 本地提交
{
"name": "pagination",
"version": "1.0.0",
"description": "angular-js pagination plugin",
"main": "src/pagination.module.js",
"scripts": {
"start": "gulp default --development=true" ,
"bundle": "gulp default --development=false" ,
"build": "npm start && npm run bundle"
},
"repository": {
"type": "git",
"url": "https://git.oschina.net/t_angular/pagination.git"
},
"author": "鸿则<hungtcs@163.com>",
"license": "GPL-2.0",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-if": "^2.0.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"minimist": "^1.2.0"
}
}
JavaScript
1
https://gitee.com/hungtcs/pagination.git
git@gitee.com:hungtcs/pagination.git
hungtcs
pagination
angular pagination
master

搜索帮助