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

nodejs.package.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
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",
    "swagger-tools": "0.10.1"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy