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

nodejs.package.mustache Maven / Gradle / Ivy

The newest version!
{
  "name": "{{{artifactId}}}",
  "description": "Wordnik node.js server generator",
  "version": "{{{artifactVersion}}}",
  "homepage": "{{{homepage}}}",
  "main": "./main.js",
  "engines": {
    "node": ">= 0.8.x"
  },
  "dependencies": {
    "swagger-node-express": ">= 2.0.x",
    "connect": ">= 1.8.x",
    "cors": "2.1.1",
    "express": "3.x"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy