Skip to content

Commit

Permalink
Add github urls to package.json, fix readme errors
Browse files Browse the repository at this point in the history
  • Loading branch information
stevetarver committed Aug 28, 2015
1 parent 8ed3c85 commit fa180ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,16 +173,16 @@ You can do something similar in column oriented sheets. Note that indexed
and flat arrays are added.

|firstName | Jihad | Marcus |
| :--- | --- | --- |
| :--- | :--- | :--- |
|**lastName** | Saladin | Rivapoli |
|**address.street** |12 Beaver Court | 16 Vail Rd
|**address.city** | Snowmass | Vail
|**address.state** | CO | CO
|**address.zip**| 81615 | 81657
|**phones.[0].type**| home | home
|**phones.[0].number** |123.456.7890 | 123.456.7891
|**phones.[1].type**| work | work
|**phones.[1].number** | 098.765.4321 | 098.765.4322
|**phones[0].type**| home | home
|**phones[0].number** |123.456.7890 | 123.456.7891
|**phones[1].type**| work | work
|**phones[1].number** | 098.765.4321 | 098.765.4322
|**aliases[]** | stormagedden;bob | mac;markie

would produce
Expand Down Expand Up @@ -249,8 +249,7 @@ excel dependency - although questionable, they appear to be benign.

## TODO

- Make 1 column values a single object?
- Make work on command line
- Make work with grunt
- Detect and convert numbers
- Detect and convert dates
- Detect and convert dates
- Make 1 column values a single object?
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,21 @@
"license": "MIT",
"main": "lib/excel-as-json.js",
"scripts": {
"prepublish": "coffee -c -o lib/ src/",
"test": "mocha --reporter test"
"prepublish": "coffee -c -o lib/ src/"
},
"repository": {
"type": "git",
"url": "git+https://gist.github.com/51a83b6e5dc398f79a1c.git"
"url": "git+https://github.com/stevetarver/excel-as-json.git"
},
"keywords": [
"Excel",
"JSON",
"convert"
],
"bugs": {
"url": "https://gist.github.com/51a83b6e5dc398f79a1c"
"url": "https://github.com/stevetarver/excel-as-json/issues"
},
"homepage": "https://gist.github.com/51a83b6e5dc398f79a1c",
"homepage": "https://github.com/stevetarver/excel-as-json",
"dependencies": {
"excel": "^0.1.4"
},
Expand Down

0 comments on commit fa180ae

Please sign in to comment.