-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "csv-to-custom-json",
"version": "1.0.4",
"description": "Easily transform your CSV to a custom JSON with cool options",
"author": "n4n5",
"homepage": "https://github.com/Its-Just-Nans/csv-to-custom-json",
"bugs": "https://github.com/Its-Just-Nans/csv-to-custom-json/issues",
"repository": {
"type": "git",
"url": "https://github.com/Its-Just-Nans/csv-to-custom-json.git"
},
"keywords": [
"csv",
"csv parser",
"parse csv",
"csvtojson",
"json",
"csv to json",
"csv-to-json",
"csv convert",
"tojson",
"convert csv to json",
"csv-json",
"complex json",
"custom json",
"csv custom json"
],
"bin": "./bin/csv-to-custom-json.js",
"license": "MIT",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "node test/test.js",
"build": "node createFile.js"
},
"browser": "./browser/browser.js",
"main": "index.js"
}