UNPKG

@squirrel-forge/ui-core

Version:

A collection of interface, classes, functions and abstracts made for the browser and babel compatible.

35 lines (34 loc) 859 B
{ "name": "@squirrel-forge/ui-core", "version": "0.11.4", "description": "A collection of interface, classes, functions and abstracts made for the browser and babel compatible.", "main": "src/js/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "directories": { "docs": "docs", "src": "src" }, "repository": { "type": "git", "url": "git+https://github.com/squirrel-forge/ui-core.git" }, "keywords": [ "ui", "es10", "components", "abstracts", "babel", "browser" ], "author": "Daniel Hartwell <me@siux.info> (http://siux.info)", "license": "MIT", "bugs": { "url": "https://github.com/squirrel-forge/ui-core/issues" }, "homepage": "https://github.com/squirrel-forge/ui-core#readme", "dependencies": { "@squirrel-forge/ui-util": "^0.9.x" } }