forked from avinoamr/structurize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 907 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
{
"name": "structurize",
"version": "1.2.8",
"description": "Text format hinting library for estimating the format of a given input string",
"main": "index.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/avinoamr/structurize.git"
},
"keywords": [
"text",
"format",
"hint",
"guess",
"estimate",
"parse",
"structure",
"stream",
"json",
"json5",
"csv",
"tsv",
"querystring"
],
"author": "Roi Avinoam <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/avinoamr/structurize/issues"
},
"homepage": "https://github.com/avinoamr/structurize",
"devDependencies": {
"csv-parse": "^1.0.4",
"jsonstream2": "^1.1.1",
"mocha": "^2.3.3",
"tar": "^2.2.1"
},
"dependencies": {
"overflow": "1.1.4"
}
}