UNPKG

deffy

Version:

Small and fast library to set default values.

53 lines 1.09 kB
{ "name": "deffy", "version": "5.0.0", "description": "Small and fast library to set default values.", "type": "module", "main": "lib/index.js", "exports": "./lib/index.js", "directories": { "example": "example", "test": "test" }, "dependencies": { "typpy": "^3.0.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@github.com:IonicaBizau/deffy.js.git" }, "keywords": [ "default", "values", "deffy" ], "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)", "license": "MIT", "bugs": { "url": "https://github.com/IonicaBizau/deffy.js/issues" }, "blah": { "h_img": "http://i.imgur.com/k1hlQxA.png" }, "homepage": "https://github.com/IonicaBizau/deffy.js", "files": [ "bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js", "index.d.ts", "package-lock.json", "bloggify.js", "bloggify.json", "bloggify/" ] }