logo

searx

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

package.json (400B)


  1. {
  2. "devDependencies": {
  3. "grunt": "~0.4.5",
  4. "grunt-contrib-uglify": "~0.6.0",
  5. "grunt-contrib-watch" : "~0.6.1",
  6. "grunt-contrib-concat" : "~0.5.0",
  7. "grunt-contrib-jshint" : "~0.10.0",
  8. "grunt-contrib-less" : "~0.11.0"
  9. },
  10. "scripts": {
  11. "build": "npm install && grunt",
  12. "start": "grunt watch",
  13. "test": "grunt"
  14. }
  15. }