forked from cparker15/csv-to-json
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 853 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
{
"name": "csv-to-json",
"version": "0.2.2",
"description": "A CSV-to-JSON data format converter.",
"homepage": "http://www.cparker15.com/code/utils/csv-to-json/",
"bugs": "https://github.com/cparker15/csv-to-json/issues",
"author": "Christopher Parker <cparker15@cparker15.com> (http://www.cparker15.com)",
"contributors": [
"Christopher Parker <cparker15@cparker15.com> (http://www.cparker15.com)",
"Joel Truher (https://github.com/truher)"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-shell": "~0.3.1",
"grunt-bower-task": "~0.2.3",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.4.1"
},
"keywords": [
"csv",
"json",
"converter"
],
"repository": {
"type": "git",
"url": "git://github.com/cparker15/csv-to-json.git"
}
}