logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git

package.json (508B)


  1. {
  2. "devDependencies": {
  3. "grunt": "~1.0.3",
  4. "grunt-contrib-concat": "~1.0.1",
  5. "grunt-contrib-cssmin": "^2.2.1",
  6. "grunt-contrib-jshint": "~1.1.0",
  7. "grunt-contrib-less": "^1.4.1",
  8. "grunt-contrib-uglify": "~3.4.0",
  9. "grunt-contrib-watch": "~1.1.0",
  10. "grunt-webfont": "^1.7.1",
  11. "ionicons-npm": "^2.0.1",
  12. "jslint": "^0.12.0",
  13. "less-plugin-clean-css": "^1.5.1"
  14. },
  15. "scripts": {
  16. "build": "npm install && grunt",
  17. "start": "grunt watch",
  18. "test": "grunt"
  19. }
  20. }