UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

24 lines (23 loc) 522 B
{ "name": "node-releases", "version": "1.0.5", "description": "Node.js releases data", "scripts": { "build": "npm run fetch && npm run process", "fetch": "node scripts/fetch.js", "process": "node scripts/process.js" }, "repository": { "type": "git", "url": "git+https://github.com/chicoxyzzy/node-releases.git" }, "keywords": [ "nodejs", "releases" ], "author": "Sergey Rubanov <chi187@gmail.com>", "license": "CC-BY-4.0", "dependencies": { "semver": "^5.3.0" } }