-
Notifications
You must be signed in to change notification settings - Fork 81
/
package.json
42 lines (42 loc) · 966 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
{
"name": "ag-grid-enterprise",
"version": "4.0.6",
"description": "ag-Grid Enterprise Features",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ceolter/ag-grid-enterprise.git"
},
"keywords": [
"grid",
"data",
"table",
"enterprise"
],
"author": "Niall Crosby <[email protected]>",
"license": "Commercial",
"bugs": {
"url": "https://github.com/ceolter/ag-grid-enterprise/issues"
},
"homepage": "http://www.ag-grid.com/",
"devDependencies": {
"gulp": "3.9.0",
"gulp-typescript": "2.10.0",
"gulp-clean": "0.3.1",
"typescript": "1.7.5",
"gulp-header": "1.7.0",
"merge2": "0.3.6",
"webpack-stream": "3.1.0",
"webpack": "1.12.12",
"style-loader": "0.13.0",
"css-loader": "0.23.1"
},
"peerDependencies": {
"ag-grid": "4.0.x"
},
"dependencies": {
}
}