Skip to content

Commit a25b6d2

Browse files
committed
adding basic package.json
1 parent 255cb93 commit a25b6d2

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "react-excel-renderer",
3+
"version": "1.0.0",
4+
"description": "A react library to render and display excel sheets on webpage",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/ashishd751/react-excel-renderer.git"
12+
},
13+
"keywords": [
14+
"react",
15+
"react-dom",
16+
"excel",
17+
"sheetjs",
18+
"workbook",
19+
"table"
20+
],
21+
"author": "Ashish Deshpande",
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/ashishd751/react-excel-renderer/issues"
25+
},
26+
"homepage": "https://github.com/ashishd751/react-excel-renderer#readme"
27+
}

0 commit comments

Comments
 (0)