Skip to content

Commit ffe3939

Browse files
committed
Publish to npm
1 parent 4af7784 commit ffe3939

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
{
2-
"name": "google-spread-sheet-parser",
2+
"name": "google-spreadsheets-parser",
3+
"description": "Simple Google Spreadsheets parser for JavaScript",
34
"version": "0.1.0",
45
"scripts": {
56
"test": "grunt spec"
67
},
78
"keywords": [
89
"google",
910
"spreadsheet",
11+
"google drive",
1012
"parser",
1113
"json"
1214
],
13-
"author": "@tanaka_yutaro",
15+
"author": "yutaro <yutaro.tanaka.world@gmail.com>",
1416
"license": "MIT",
1517
"repository": "git@github.com:TanakaYutaro/google-spreadsheets-parser.git",
1618
"devDependencies": {

0 commit comments

Comments
 (0)