ag-grid
Version:
Advanced Javascript Datagrid. Supports raw Javascript, AngularJS 1.x, AngularJS 2.0 and Web Components
43 lines (42 loc) • 1.11 kB
JSON
{
"name": "ag-grid",
"version": "2.1.1",
"description": "Advanced Javascript Datagrid. Supports raw Javascript, AngularJS 1.x, AngularJS 2.0 and Web Components",
"main": "dist/ag-grid.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ceolter/ag-grid.git"
},
"keywords": [
"web-components",
"grid",
"data",
"table",
"angular"
],
"author": "Niall Crosby <info@angulargrid.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ceolter/ag-grid/issues"
},
"homepage": "http://www.ag-grid.com/",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-foreach": "^0.1.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.0.1",
"gulp-uglify": "^1.2.0",
"gulp-typescript": "^2.5.0",
"gulp-sourcemaps": "1.5.2",
"gulp-header": "^1.0.0",
"gulp-tsd": "0.0.4",
"nib": "^1.1.0",
"stylus": "^0.50.0",
"vinyl-buffer": "^1.0.0",
"typescript": "1.5.3",
"merge2": "0.3.6"
}
}