now-and-later/package.json

19 lines
426 B
JSON
Raw Normal View History

2024-05-26 21:08:01 +02:00
{
"name": "@digicomp/now-and-later",
2024-05-26 21:22:30 +02:00
"version": "1.0.1",
2024-05-26 21:08:01 +02:00
"description": "an easy API for DOM MutationObserver",
"main": "src/nowAndLater.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@digital-competence.de:npm/now-and-later.git"
},
"keywords": [
"MutationObserver"
],
"author": "Ferdinand Kuhl",
"license": "MIT"
}