forked from cyon/vuex-pagination
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 871 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
{
"name": "vuex-pagination",
"version": "1.3.4",
"description": "Use paginated resources in your Vue/Vuex app with ease",
"main": "src/index.js",
"scripts": {
"test": "standard \"src/**/*.js\" \"test/**/*.js\" && jest"
},
"repository": {
"type": "git",
"url": "https://github.com/cyon/vuex-pagination"
},
"keywords": [
"vue",
"vuex",
"resource",
"http",
"pagination",
"paginated",
"paginated-resource"
],
"author": "Max Gfeller <[email protected]>",
"license": "ISC",
"devDependencies": {
"@vue/cli-service": "^3.11.0",
"@vue/test-utils": "^1.0.0-beta.29",
"jest": "^24.8.0",
"standard": "^11.0.1",
"tape": "^4.10.2",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.1.1"
},
"dependencies": {
"lodash.isequal": "^4.5.0",
"object-hash": "^1.3.1"
}
}