latching
Version:
Run-Time Hook Latching
30 lines (29 loc) • 922 B
JSON
{
"name": "latching",
"version": "1.1.2",
"description": "Run-Time Hook Latching",
"keywords": [ "hook", "latch" ],
"main": "latching.js",
"types": "latching.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/rse/latching.git"
},
"author": {
"name": "Dr. Ralf S. Engelschall",
"email": "rse@engelschall.com",
"url": "http://engelschall.com"
},
"license": "MIT",
"homepage": "https://github.com/rse/latching",
"bugs": "https://github.com/rse/latching/issues",
"devDependencies": {
"grunt": "1.6.1",
"grunt-cli": "1.4.3",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-clean": "2.0.1",
"grunt-mocha-test": "0.13.3",
"mocha": "10.2.0",
"chai": "4.3.7"
}
}