Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"prebuild": "npm install"
},
"dependencies": {
},
"description": "Light, flexible and performant Data Grid for AngularJS apps, with built-in sorting, pagination and filtering options, unified API for client-side and server-side data fetching, \r seamless synchronization with browser address bar and total freedom in mark-up and styling suitable for your application. Angular 1.3 - 1.6 compliant.",
"main": "index.html",
"devDependencies": {
"browser-sync": "^2.10.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
Expand All @@ -14,9 +18,6 @@
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.4.2"
},
"description": "Light, flexible and performant Data Grid for AngularJS apps, with built-in sorting, pagination and filtering options, unified API for client-side and server-side data fetching, \r seamless synchronization with browser address bar and total freedom in mark-up and styling suitable for your application. Angular 1.3 - 1.6 compliant.",
"main": "index.html",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/angular-data-grid/angular-data-grid.github.io.git"
Expand Down