forked from Eurofunk/ag-grid-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 827 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
{
"name": "ag-grid-docs",
"version": "8.1.0",
"description": "Documentation for ag-Grid",
"repository": {
"type": "git",
"url": "https://github.com/ceolter/ag-grid-docs.git"
},
"keywords": [
"web-components",
"grid",
"data",
"table",
"angular",
"angular-component",
"react",
"react-component",
"angularjs",
"reactjs"
],
"author": "Niall Crosby <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ceolter/ag-grid-docs/issues"
},
"homepage": "http://www.ag-grid.com/",
"dependencies": {
},
"devDependencies": {
"gulp-htmlmin": "1.3.0",
"font-awesome": "4.5.0",
"bootstrap": "3.3.6",
"gulp-inline-source": "2.1.0",
"gulp-livereload": "3.8.1",
"gulp": "3.9.0",
"gulp-uncss": "1.0.6"
}
}