-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
44 lines (44 loc) · 965 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
39
40
41
42
43
44
{
"name": "anytojson",
"version": "2.0.7",
"description": "Fetches CSV, JSON data from REST APIs, Flat Files etc and converts them to JSON.",
"main": "anyToJSON.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/lastlegion/anyToJSON.git"
},
"keywords": [
"CSV",
"REST",
"Files",
"JSON",
"conversion",
"data",
"loading"
],
"author": "Ganesh Iyer <lastlegion@gmail.com> (http://ganeshiyer.net/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/lastlegion/anyToJSON/issues"
},
"homepage": "https://github.com/lastlegion/anyToJSON",
"dependencies": {
"csv": "^0.4.2",
"mocha": "^2.2.5",
"odbc": "^1.1.6",
"rest": "^1.3.1",
"restify": "^8.4.0",
"semver": "^4.3.3"
},
"directories": {
"doc": "docs",
"test": "test"
},
"devDependencies": {},
"optionalDependencies": {
"odbc": "^1.1.6"
}
}