{"library":"grunt-http","install":[{"cmd":"npm install grunt-http","imports":["grunt.initConfig({\n  http: {\n    // ... task configuration ...\n  }\n});","grunt.loadNpmTasks('grunt-http');","http: {\n  myTask: {\n    options: {\n      url: 'https://api.example.com/data'\n    }\n  }\n}"]},{"cmd":"yarn add grunt-http","imports":[]},{"cmd":"pnpm add grunt-http","imports":[]}]}