mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 12:50:11 +01:00
400b54191c
Conflicts: searx/engines/searchcode_code.py searx/engines/searchcode_doc.py searx/static/oscar/js/searx.min.js searx/templates/oscar/result_templates/default.html searx/templates/oscar/result_templates/images.html searx/templates/oscar/result_templates/map.html searx/templates/oscar/result_templates/torrent.html searx/templates/oscar/result_templates/videos.html
17 lines
400 B
JSON
17 lines
400 B
JSON
{
|
|
"devDependencies": {
|
|
"grunt": "~0.4.5",
|
|
"grunt-contrib-uglify": "~0.6.0",
|
|
"grunt-contrib-watch" : "~0.6.1",
|
|
"grunt-contrib-concat" : "~0.5.0",
|
|
"grunt-contrib-jshint" : "~0.10.0",
|
|
"grunt-contrib-less" : "~0.11.0"
|
|
},
|
|
|
|
"scripts": {
|
|
"build": "npm install && grunt",
|
|
"start": "grunt watch",
|
|
"test": "grunt"
|
|
}
|
|
}
|