UNPKG

jsdelivr

Version:

Search and URL retrieval from jsDelivr

33 lines (32 loc) 609 B
{ "name": "jsdelivr", "version": "0.1.2", "description": "Search and URL retrieval from jsDelivr", "main": "./index.js", "bin": { "jsdelivr": "./index.js" }, "scripts": { "test": "mocha" }, "repository": "https://github.com/jsdelivr/npm-jsdelivr", "keywords": [ "jsdelivr", "search", "url", "api", "toast" ], "author": "Juho Vepsalainen", "license": "MIT", "dependencies": { "lodash": "~1.3.1", "colors": "~0.6.2", "moment": "~2.5.1", "request": "~2.33.0" }, "devDependencies": { "should": "~3.1.2", "mocha": "~1.17.1" } }