-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
43 lines (43 loc) · 979 Bytes
/
package.json
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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "ag-grid-react",
"version": "3.3.1",
"description": "ag-Grid React Component",
"main": "main.js",
"typings": "./main.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ceolter/ag-grid-react.git"
},
"keywords": [
"react-component",
"grid",
"data",
"table",
"react"
],
"author": "Niall Crosby <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ceolter/ag-grid-react/issues"
},
"homepage": "http://www.ag-grid.com/",
"devDependencies": {
"vinyl-buffer": "1.0.0",
"merge2": "0.3.6",
"gulp": "3.9.0",
"gulp-uglify": "1.5.1",
"gulp-rename": "1.2.2",
"gulp-typescript": "2.10.0",
"typescript": "1.7.5",
"gulp-header": "1.7.0",
"gulp-tsd": "0.0.4",
"react-dom": "0.14.6",
"react": "0.14.6"
},
"peerDependencies": {
"ag-grid": "3.3.x"
}
}