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

typescript-jquery.package.mustache Maven / Gradle / Ivy

There is a newer version: 7.8.0
Show newest version
{
    "name": "{{npmName}}",
    "version": "{{npmVersion}}",
    "description": "JQuery client for {{npmName}}",
    "main": "api.js",
    "scripts": {
        "build": "tsc"
    },
    "author": "OpenAPI-Generator Contributors",
    "license": "MIT",
    "dependencies": {
        "bluebird": "^3.3.5",
        "request": "^2.72.0",
        "jquery": "^3.1.1"
    },
    "devDependencies": {
        "typescript": "2.2.2",
        "typings": "^1.3.0"
    }{{#npmRepository}},
    "publishConfig":{
        "registry":"{{npmRepository}}"
    }{{/npmRepository}}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy