UNPKG

wtc-utility-helpers

Version:

Javascript helpers, perfect for non-jquery projects.

43 lines (42 loc) 1.26 kB
{ "name": "wtc-utility-helpers", "version": "4.0.2", "description": "Javascript helpers, perfect for non-jquery projects.", "source": "src/wtc-utility-helpers.js", "main": "dist/wtc-utility-helpers.js", "umd:main": "dist/wtc-utility-helpers.umd.js", "unpkg": "dist/wtc-utility-helpers.umd.js", "module": "dist/wtc-utility-helpers.module.js", "exports": { ".": "./dist/wtc-utility-helpers.modern.js" }, "files": [ "dist" ], "scripts": { "document": "npx jsdoc2md src/wtc-utility-helpers.js -c jsdoc.json > README.md", "clean": "rm -rf ./dist", "build": "npm run clean; microbundle; npm run document", "dev": "npm run clean; microbundle watch", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/wethegit/wtc-utility-helpers.git" }, "keywords": [ "javascript", "helpers", "wtc" ], "author": "Marlon Ugocioni Marcello <marlon@wethecollective.com> (http://wethecollective.com)", "license": "MIT", "bugs": { "url": "https://github.com/wethegit/wtc-utility-helpers/issues" }, "homepage": "https://github.com/wethegit/wtc-utility-helpers", "dependencies": { "jsdoc-to-markdown": "^5.0.1", "microbundle": "^0.13.0" } }