ag-grid-enterprise
Version:
ag-Grid Enterprise Features
49 lines • 1.28 kB
JSON
{
"name": "ag-grid-enterprise",
"version": "19.1.4",
"description": "ag-Grid Enterprise Features",
"main": "main.js",
"types": "main.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watchWebpack": "webpack --watch",
"build": "npm run lint && gulp release",
"lint": "tsc -p tsconfig-lint.json && tslint --project tsconfig.json"
},
"repository": {
"type": "git",
"url": "https://github.com/ag-grid/ag-grid.git"
},
"keywords": [
"grid",
"data",
"table",
"enterprise"
],
"author": "Niall Crosby <niall.crosby@ag-grid.com>",
"license": "Commercial",
"bugs": {
"url": "https://github.com/ag-grid/ag-grid/issues"
},
"homepage": "http://www.ag-grid.com/",
"devDependencies": {
"ag-grid-community": "^19.1.0",
"css-loader": "^1.0.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-header": "^2.0.5",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-tslint": "^8.1.3",
"gulp-typescript": "^5.0.0-alpha.3",
"merge2": "^1.2.2",
"style-loader": "^0.23.0",
"tslint": "^5.11.0",
"typescript": "~3.1.1",
"webpack": "^4.18.0",
"webpack-stream": "^5.1.1"
},
"peerDependencies": {
"ag-grid-community": "^19.1.0"
}
}