19 lines
426 B
JSON
19 lines
426 B
JSON
|
{
|
||
|
"name": "@digicomp/now-and-later",
|
||
|
"version": "1.0.0",
|
||
|
"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"
|
||
|
}
|