UNPKG

@sepbit/dekajs

Version:

This is a simple library to convert Dekatrian and Gregorian.

67 lines (66 loc) 1.56 kB
{ "name": "@sepbit/dekajs", "version": "8.0.0", "description": "This is a simple library to convert Dekatrian and Gregorian.", "keywords": [ "Sepbit", "converter", "date", "calendar", "dekatrian", "gregorian" ], "homepage": "https://gitlab.com/sepbit/dekajs", "bugs": { "email": "contato@sepbit.com", "url": "https://gitlab.com/sepbit/dekajs/issues" }, "license": "GPL-3.0-or-later", "author": [ { "name": "Vitor Guia", "email": "contato@vitor.guia.nom.br", "url": "https://vitor.guia.nom.br" } ], "main": "src/index.js", "module": "src/main.js", "repository": { "type": "git", "url": "https://gitlab.com/sepbit/dekajs.git" }, "scripts": { "doc": "jsdoc src/*.js -d doc/jsdoc/", "fix-style": "standard --fix 'src/*.js' 'test/*.js'", "check-style": "standard 'src/*.js' 'test/*.js'", "test": "nyc --reporter=html --reporter=text ava test/*.js" }, "nyc": { "extension": [ ".js", ".mjs" ] }, "ava": { "babel": false, "require": [ "esm" ], "extensions": [ "js", "mjs" ] }, "dependencies": { "esm": "3.2" }, "devDependencies": { "jsdoc": "^3.6", "standard": "^14.3", "ava": "^2.4", "nyc": "^15.0" }, "engines": { "node": "^10.15" } }