-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathpackage.json
44 lines (44 loc) · 1 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
{
"name": "ag-grid-ng2",
"version": "4.0.2",
"description": "ag-Grid Angular 2 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-ng2.git"
},
"keywords": [
"grid",
"data",
"table",
"angular"
],
"author": "Niall Crosby <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ceolter/ag-grid-ng2/issues"
},
"homepage": "http://www.ag-grid.com/",
"devDependencies": {
"angular2": "^2.0.0-beta.11",
"es6-promise": "^3.1.2",
"es6-shim": "^0.35.0",
"gulp": "3.9.0",
"gulp-header": "1.7.0",
"gulp-typescript": "2.10.0",
"merge2": "0.3.6",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"typescript": "1.7.5",
"zone.js": "^0.6.4"
},
"peerDependencies": {
"angular2": "2.0.0-beta.11",
"ag-grid": "4.0.x"
},
"dependencies": {}
}