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.
 
 
 
 
 
 

38 lines
874 B

{
"name": "timekeeper",
"description": "Easy testing of time-dependent code.",
"version": "2.2.0",
"keywords": [
"fake date",
"date test",
"mocking date"
],
"author": "Veselin Todorov <hi@vesln.com>",
"contributors": [
"Oleg Slobodskoi <oleg008@gmail.com>",
"Guilherme Tramontina <guilherme.tramontina@gmail.com>"
],
"dependencies": {},
"devDependencies": {
"chai": "^1.9.2",
"mocha": "^2.0.1",
"mocha-phantomjs": "^4.0.2",
"mversion": "^1.10.1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/vesln/timekeeper.git"
},
"homepage": "http://github.com/vesln/timekeeper",
"scripts": {
"test": "make test"
},
"main": "./lib/timekeeper.js",
"bugs": {
"url": "https://github.com/vesln/timekeeper/issues"
},
"directories": {
"test": "test"
},
"license": "MIT"
}