{"library":"grunt-http-server","install":[{"cmd":"npm install grunt-http-server","imports":["grunt.loadNpmTasks('grunt-http-server');","grunt.initConfig({\n    'http-server': {\n        'dev': {\n            root: 'dist',\n            port: 8080\n        }\n    }\n});"]},{"cmd":"yarn add grunt-http-server","imports":[]},{"cmd":"pnpm add grunt-http-server","imports":[]}]}