-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
19 lines (19 loc) · 882 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "tsvert",
"description": "Tsvert is an Open Source Software Library to convert TSV to various data formats which is JSON and SQL insert statement and popular programming languages(PHP, Python, Ruby) array associative written in JavaScript. Tsvert is supposed to work in both Node.js and browser environments.",
"author": "high5",
"version": "0.0.3",
"main": "./lib/tsvert.js",
"repository": "git://github.com/high5/tsvert.git",
"keywords": ["TSV", "JavaScript", "SQL", "JSON", "PHP", "Ruby", "Python"],
"homepage": "https://github.com/high5/tsvert",
"bugs": {"url": "http://github.com/high5/tsvert/issues" },
"license": "MIT",
"tags": ["javascript", "tsv", "html", "sql", "ruby", "sql", "python", "php"],
"devDependencies": {
"gulp": "^3.8.11",
"gulp-uglify": "^1.1.0",
"gulp-concat": "^2.5.2"
},
"scripts": {"test": "node test"}
}