UNPKG

qoopido.nucleus

Version:

Lightweight, atomic and modular JavaScript utility library that strongly encourages the creation and usage of small yet flexible, reusable and easily maintainable modules.

65 lines (64 loc) 1.59 kB
{ "name": "qoopido.nucleus", "title": "Qoopido.nucleus", "description": "Lightweight, atomic and modular JavaScript utility library that strongly encourages the creation and usage of small yet flexible, reusable and easily maintainable modules.", "version": "3.2.15", "homepage": "http://nucleus.qoopido.com", "author": { "name": "Dirk Lueth", "email": "info@qoopido.com" }, "repository": { "type": "git", "url": "git://github.com/dlueth/qoopido.nucleus.git" }, "bugs": { "url": "https://github.com/dlueth/qoopido.nucleus/issues" }, "license": "MIT", "browser": "dist/base.js", "main": "dist/base.js", "filename": "base.js", "autoupdate": { "source": "git", "target": "git://github.com/dlueth/qoopido.nucleus.git", "basePath": "/dist", "files": [ "**/*.js" ] }, "keywords": [ "atomic", "modular", "module", "library", "toolkit", "dry", "lib", "js", "javascript", "script", "lightweight" ], "devDependencies": { "del": "6.0.0", "gulp": "4.0.2", "gulp-bump": "3.2.0", "gulp-chmod": "3.0.0", "gulp-eslint": "6.0.0", "gulp-header": "2.0.9", "gulp-include": "2.4.1", "gulp-inject-version": "1.0.1", "gulp-jsbeautifier": "3.0.1", "gulp-livereload": "4.0.2", "gulp-load-plugins": "2.0.7", "gulp-rename": "2.0.0", "gulp-size": "4.0.0", "gulp-sourcemaps": "3.0.0", "gulp-terser": "2.0.1", "gulp-touch-fd": "2.0.0", "gulp-uglify": "3.0.2", "gulp-wrap": "0.15.0", "require-dir": "1.2.0" } }