-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
50 lines (50 loc) · 1.05 KB
/
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
42
43
44
45
46
47
48
49
50
{
"name": "vue-papa-parse",
"description": "A simple wrapper for for the original PapaParse built for VueJs. Supports both Vue 2 & Vue 3.",
"version": "3.1.0",
"readme": "README.md",
"author": {
"name": "Tim Wickstrom",
"email": "[email protected]"
},
"license": "MIT",
"maintainers": [
{
"name": "Tim Wickstrom",
"email": "[email protected]",
"web": "https://timwickstrom.com"
}
],
"contributors": [
"Tim Wickstrom <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/twickstrom/vue-papa-parse.git"
},
"bugs": {
"url": "https://github.com/twickstrom/vue-papa-parse/issues"
},
"keywords": [
"vue",
"vuejs",
"vue.js",
"vue2",
"vue3",
"vue-papa-parse",
"PapaParse",
"parse",
"csv",
"json",
"csv-to-json",
"json-to-csv"
],
"homepage": "https://github.com/twickstrom/vue-papa-parse",
"main": "src/index.js",
"dependencies": {
"papaparse": "^5.3.0"
},
"peerDependencies": {
"vue": "^2.6.0 || >=3.0.0"
}
}