Skip to content
Snippets Groups Projects
Select Git revision
  • 6c3f70a97329f194a4e8d400648b517490ea624d
  • master default protected
  • patch-12
  • patch-11
  • patch-10
  • patch-9
  • patch-8
  • patch-7
  • patch-6
  • patch-5
  • patch-4
  • patch-3
  • patch-2
  • patch-1
  • sudheer.kumar-master-patch-73633
  • sudheer.kumar-master-patch-44095
  • sudheer.kumar-master-patch-80809
17 results

m2i_uat_web_0.2.309v_May9.zip

Blame
  • Forked from Harish R / icci_m2i_build_sharing
    Source project has a limited visibility.
    package.json 440 B
    {
      "name": "widgettemplate",
      "version": "1.0.0",
      "description": "",
      "main": "index.js",
      "scripts": {
        "start": "nodemon node server.js",
        "test": "echo \"Error: no test specified\" && exit 1"
      },
      "author": "",
      "license": "ISC",
      "dependencies": {
        "body-parser": "^1.20.2",
        "express": "^4.19.2",
        "mongoose": "^8.6.0",
        "nodemon": "^3.1.4",
        "swagger-ui-express": "^5.0.1",
        "yamljs": "^0.3.0"
      }
    }