forked from ag-grid/ag-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.42 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "ag-grid",
"version": "7.1.0",
"description": "Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components",
"main": "./main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"typings": "./main.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/ceolter/ag-grid.git"
},
"keywords": [
"web-components",
"grid",
"data",
"table",
"angular",
"angular-component",
"react",
"react-component",
"angularjs",
"reactjs"
],
"author": "Niall Crosby <niall.crosby@ag-grid.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ceolter/ag-grid/issues"
},
"homepage": "http://www.ag-grid.com/",
"devDependencies": {
"gulp": "3.9.0",
"gulp-foreach": "0.1.0",
"gulp-rename": "1.2.2",
"gulp-stylus": "2.2.0",
"gulp-uglify": "1.5.1",
"gulp-typescript": "2.10.0",
"gulp-sourcemaps": "1.5.2",
"gulp-clean": "0.3.1",
"gulp-header": "1.7.0",
"gulp-tsd": "0.0.4",
"style-loader": "0.13.0",
"css-loader": "0.23.1",
"json-stable-stringify": "1.0.0",
"jasmine-core": "2.4.1",
"gulp-jasmine": "2.2.1",
"nib": "^1.1.0",
"stylus": "0.53.0",
"vinyl-buffer": "1.0.0",
"typescript": "2.0.10",
"merge2": "0.3.6",
"webpack-stream": "3.1.0",
"webpack": "1.12.12",
"gulp-replace": "0.5.4",
"gulp-if": "2.0.1"
}
}