forked from gilbitron/laravel-vue-pagination
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 909 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": "laravel-vue-bulma-paginator",
"version": "1.0.0",
"description": "Vue.js pagination component for Laravel paginators and Bootstrap styles",
"author": "George Raphael <georgie817@gmail.com>",
"homepage": "https://github.com/georgie817/laravel-vue-bulma-pagination",
"license": "MIT",
"keywords": [
"vue",
"component",
"bulma",
"laravel",
"pagination"
],
"repository": {
"type": "git",
"url": "https://github.com/georgie817/laravel-vue-bulma-pagination"
},
"main": "src/laravel-vue-bulma-pagination.js",
"scripts": {
"test": "jest"
},
"devDependencies": {
"babel-jest": "^21.2.0",
"babel-preset-env": "^1.6.0",
"jest": "^21.2.1",
"regenerator-runtime": "^0.11.0",
"vue": "^2.4.4",
"vue-template-compiler": "^2.4.4",
"vue-test-utils": "1.0.0-beta"
},
"jest": {
"testMatch": ["**/tests/**/*.js?(x)"]
}
}