UNPKG

google-webclient

Version:

this zero-dependency package will provide a swagger-client for google's web-apis, with a working web-demo

41 lines (40 loc) 1.48 kB
{ "author": "kai zhu <kaizhu256@gmail.com>", "description": "this zero-dependency package will provide a swagger-client for google's web-apis, with a working web-demo", "devDependencies": { "electron-lite": "kaizhu256/node-electron-lite#alpha", "utility2": "kaizhu256/node-utility2#alpha" }, "engines": { "node": ">=4.0" }, "githubRepoAlias": "swgg-io/node-swgg-google-all", "homepage": "https://github.com/kaizhu256/node-swgg-google-all", "keywords": [ "google-client", "swagger-client" ], "license": "MIT", "main": "lib.swgg_google_all.js", "name": "google-webclient", "nameAliasPublish": "api-google google-lite google-webclient swgg-google", "nameLib": "swgg_google_all", "nameOriginal": "swgg-google-all", "os": [ "darwin", "linux" ], "repository": { "type": "git", "url": "https://github.com/kaizhu256/node-swgg-google-all.git" }, "scripts": { "build-ci": "utility2 shReadmeTest build_ci.sh", "env": "env", "heroku-postbuild": "npm uninstall utility2 2>/dev/null; npm install kaizhu256/node-utility2#alpha && utility2 shDeployHeroku", "postinstall": "[ ! -f npm_scripts.sh ] || ./npm_scripts.sh postinstall", "start": "PORT=${PORT:-8080} utility2 start test.js", "test": "PORT=$(utility2 shServerPortRandom) utility2 test test.js" }, "version": "2018.1.12" }