UNPKG

latest-lib

Version:

Get the latest version of a CSS or JavaScript library hosted on CDNJS

38 lines (37 loc) 740 B
{ "name": "latest-lib", "version": "0.2.1", "description": "Get the latest version of a CSS or JavaScript library hosted on CDNJS", "main": "index.js", "scripts": { "test": "xo && ava test.js" }, "keywords": [ "latest", "library", "css", "js", "cdnjs", "version" ], "author": { "name": "Gabriel Mangiurea", "email": "mangiurea.gabriel@gmail.com", "url": "https://gabrielmangiurea.github.io" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/GabrielMangiurea/latest-lib.git" }, "dependencies": { "got": "^6.7.1" }, "devDependencies": { "ava": "^0.19.1", "xo": "^0.18.1" }, "engines": { "node": ">= 6.10.2" } }