-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 904 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
{
"name": "pro-paginate",
"version": "1.1.2",
"description": "A open source pagination plugin using pure Javascript.",
"main": "paginate.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"babel": "./node_modules/@babel/cli/bin/babel.js src/paginate.js --out-file build/paginate.es5.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robiulhr/paginate.git"
},
"keywords": [
"pagination",
"javascript",
"paginate",
"library",
"pure javascript library"
],
"author": "robiul hasan",
"license": "MIT",
"bugs": {
"url": "https://github.com/robiulhr/paginate/issues"
},
"homepage": "https://github.com/robiulhr/paginate#readme",
"dependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2"
}
}