2017-12-20 11:42:18 +01:00
|
|
|
{
|
2019-10-21 11:40:18 +02:00
|
|
|
"name": "d3extsearch",
|
|
|
|
"version": "2.0.0",
|
2017-12-20 11:42:18 +01:00
|
|
|
"description": "",
|
|
|
|
"main": "Gruntfile.js",
|
|
|
|
"keywords": [],
|
|
|
|
"author": "D3 Data Development (Inh. Thomas Dartsch)",
|
|
|
|
"devDependencies": {
|
2020-07-20 11:11:38 +02:00
|
|
|
"bootstrap": "^4.5.0",
|
2019-10-21 11:40:18 +02:00
|
|
|
"cssnano": "^4.1.10",
|
|
|
|
"cssnano-preset-advanced": "^4.0.7",
|
2020-07-20 11:11:38 +02:00
|
|
|
"grunt": "^1.1.0",
|
2019-10-21 11:40:18 +02:00
|
|
|
"grunt-contrib-clean": "^2.0.0",
|
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
|
|
"grunt-contrib-jshint": "^2.1.0",
|
|
|
|
"grunt-contrib-less": "^2.0.0",
|
|
|
|
"grunt-contrib-uglify-es": "^3.3.0",
|
|
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
|
|
"grunt-criticalcss": "^2.1.0",
|
|
|
|
"grunt-postcss": "^0.9.0",
|
|
|
|
"grunt-sass": "^3.1.0",
|
2020-07-20 11:11:38 +02:00
|
|
|
"jquery": "^3.5.1",
|
2019-10-21 11:40:18 +02:00
|
|
|
"load-grunt-config": "^3.0.1",
|
2020-07-20 11:11:38 +02:00
|
|
|
"node-sass": "^4.14.1",
|
2020-04-01 10:02:45 +02:00
|
|
|
"popper.js": "^1.16.1",
|
2019-10-21 11:40:18 +02:00
|
|
|
"time-grunt": "^2.0.0"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/d3datadevelopment/ExtSearch"
|
|
|
|
},
|
2020-04-01 10:02:45 +02:00
|
|
|
"license": "UNLICENSED",
|
2019-10-21 11:40:18 +02:00
|
|
|
"browserslist": [
|
|
|
|
"last 10 versions",
|
|
|
|
"> 0.2%",
|
|
|
|
"> 0.1% in DE",
|
|
|
|
"maintained node versions",
|
|
|
|
"not dead"
|
|
|
|
]
|
2017-12-20 11:42:18 +01:00
|
|
|
}
|