Newer
Older
ubFramework / Portal / docroot / js / plugins / nggrid / package.json
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 774 bytes Cleaning Up Making It A Sub Module
{
  "name": "ng-grid",
  "version": "2.0.3",
  "description": "__Contributors:__",
  "main": "ng-grid.min.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular-ui/ng-grid.git"
  },
  "keywords": [
    "angular",
    "ng-grid",
    "nggrid",
    "grid",
    "angularjs",
    "slickgrid",
    "kogrid"
  ],
  "author": "ng-grid Team",
  "license": "MIT",
  "devDependencies": {
    "grunt": "~0.4.0",
    "grunt-jsdoc": "~0.2.4",
    "grunt-contrib-concat": "~0.1.3",
    "grunt-contrib-uglify": "~0.1.2",
    "grunt-angular-templates": "~0.3.0",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-jasmine": "~0.3.3"
  }
}