ExtSearch/src/build/package.json

21 lines
568 B
JSON
Raw Normal View History

2017-12-20 11:42:18 +01:00
{
"name": "d3_extsearch",
2017-12-20 11:42:18 +01:00
"version": "1.0.0",
"description": "",
"main": "Gruntfile.js",
"keywords": [],
"author": "D3 Data Development (Inh. Thomas Dartsch)",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"less-plugin-autoprefix": "^1.5.1",
"load-grunt-config": "^0.17.1",
"time-grunt": "^1.1.1",
"grunt-penthouse": "^0.4.0",
"grunt-contrib-cssmin": "^2.2.1"
2017-12-20 11:42:18 +01:00
}
}