We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255cb93 commit a25b6d2Copy full SHA for a25b6d2
package.json
@@ -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