now-and-later/package.json

18 lines
426 B
JSON

{
"name": "@digicomp/now-and-later",
"version": "1.0.1",
"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"
}