forked from Comcast/react-data-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 797 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 797 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
25
26
27
28
29
30
31
{
"name": "react-data-grid-examples",
"version": "2.0.8",
"description": "A set of examples for the grid",
"main": "main.js",
"scripts": {
"beforepublish": "node ../../ci/publish/replacePackageEntry react-data-grid-examples true",
"postpublish": "node ../../ci/publish/replacePackageEntry react-data-grid-examples",
"test": "npm test"
},
"keywords": [
"react",
"react-data-grid",
"examples",
"react-data-grid-addons"
],
"author": "Adazzle",
"license": "MIT",
"dependencies": {
"react-data-grid": "^2.0.8",
"react-data-grid-addons": "^2.0.8"
},
"devDependencies": {
"bootstrap": "^3.2.0",
"jquery": "^2.1.1",
"lodash": "^4.13.1",
"lodash.groupby": "^4.5.1",
"react-router": "^0.13.3",
"markdown": "^0.5.0"
}
}