-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 581 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 581 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "react-grid-table",
"description": "React.js Grid component",
"keywords": ["react", "grid", "react-component"],
"version": "0.1.1",
"dependencies": {
"jquery": "*"
},
"devDependencies": {
"react-tools": "*"
},
"main": "build/grid.js",
"author": {
"name": "Dimitar Ivanov",
"url": "https://twitter.com/DimitarIvanov"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/riverside/react-grid.git"
},
"bugs": "https://github.com/riverside/react-grid/issues",
"homepage": "https://github.com/riverside/react-grid"
}