bdo-clock
Version:
A javaScript library to convert real time into Black Desert Online in game time.
31 lines (30 loc) • 716 B
JSON
{
"name": "bdo-clock",
"version": "1.0.5",
"description": "A javaScript library to convert real time into Black Desert Online in game time.",
"main": "./dist/bdo-clock.js",
"keywords": [
"bdo",
"clock",
"time"
],
"typing": "./bdo-clock.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/markni/bdo-clock.git"
},
"scripts": {
"build": "rollup bdo-clock.js --o dist/bdo-clock.js -f umd --name bdoClock",
"lint": "eslint *.js --fix",
"test": "node bdo-clock.test.js"
},
"dependencies": {
"moment": "^2.22.2"
},
"devDependencies": {
"eslint": "^4.19.1",
"rollup": "^0.60.1"
},
"engines" : { "node" : ">=8" }
}