All Downloads are FREE. Search and download functionalities are using the official Maven repository.

handlebars.nodejs.package.mustache Maven / Gradle / Ivy

There is a newer version: 1.0.54
Show newest version
{
  "name": "{{projectName}}",
  "version": "{{appVersion}}",
  "description": "{{{appDescription}}}",
  "main": "index.js",
  {{^googleCloudFunctions}}
  "scripts": {
	"prestart": "npm install",
	"start": "node index.js"
  },
  {{/googleCloudFunctions}}
  "keywords": [
    "swagger"
  ],
  "license": "Unlicense",
  "private": true,
  "dependencies": {
  {{^googleCloudFunctions}}
    "connect": "^3.2.0",
  {{/googleCloudFunctions}}
    "js-yaml": "^3.3.0",
    "oas3-tools": "^2.2.3"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy