-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1006 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
38
39
40
41
{
"name": "k-pagination",
"version": "0.0.4",
"description": "tiny plugin for pagination",
"main": "dist/index.js",
"browser": "dist/index.js",
"scripts": {
"dev": "rollup --watch -c",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KELEN/kPagination.git"
},
"keywords": [
"page",
"pagination"
],
"author": "kelen",
"license": "ISC",
"bugs": {
"url": "https://github.com/KELEN/kPagination/issues"
},
"homepage": "https://github.com/KELEN/kPagination#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.1",
"pump": "^3.0.0",
"rollup": "^2.56.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-uglify": "^6.0.4",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
},
"dependencies": {
"babel-core": "^6.26.3"
}
}