Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

34 lines
777 B

{
"name": "timekeeper",
"description": "Easy testing of time-dependent code.",
"version": "2.0.0",
"keywords": [
"fake date",
"date test",
"mocking date"
],
"author": "Veselin Todorov <hi@vesln.com>",
"contributors": [
{
"name": "Oleg Slobodskoi",
"email": "oleg008@gmail.com"
},
{
"name": "Guilherme Tramontina",
"email": "guilherme.tramontina@gmail.com"
}
],
"homepage": "http://github.com/vesln/timekeeper",
"main": "./lib/timekeeper.js",
"moduleType": [
"globals",
"node"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
]
}