UNPKG

@squirrel-forge/ui-core

Version:

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

41 lines (40 loc) 1.12 kB
{ "name": "@squirrel-forge/ui-core", "version": "0.12.0", "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", "build:js": "simple-webpack src/js __dev/build -p -s", "build:js:debug": "simple-webpack src/js __dev/build -p -s --no-minify --keep-names", "build": "npm run build:js" }, "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.10.x" }, "devDependencies": { "@squirrel-forge/simple-webpack": "^0.12.x" } }