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

nodejs.package.mustache Maven / Gradle / Ivy

The newest version!
{
  "name": "{{projectName}}",
  "version": "{{appVersion}}",
  "description": "{{{appDescription}}}",
  "main": "index.js",
  "scripts": {
	"prestart": "npm install",
	"start": "node index.js"
  },  
  "keywords": [
    "swagger"
  ],
  "license": "Apache-2.0",
  "private": true,
  "dependencies": {
    "connect": "^3.2.0",
    "js-yaml": "^3.3.0",
    "swagger-tools": "0.10.1"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy