mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 12:56:05 +10:00
23 lines
521 B
JSON
23 lines
521 B
JSON
{
|
|
"name": "commandz",
|
|
"filename": "commandz.min.js",
|
|
"version": "0.1.1",
|
|
"description": "⌘Z undo and redo commands. Add commands history support to your web app.",
|
|
"homepage": "https://github.com/EtienneLem/commandz",
|
|
"keywords": [
|
|
"commandz",
|
|
"CommandZ",
|
|
"commands",
|
|
"commands manager",
|
|
"history"
|
|
],
|
|
"maintainers": [{
|
|
"name": "Etienne Lemay",
|
|
"web": "http://heliom.ca"
|
|
}],
|
|
"repositories": [{
|
|
"type": "git",
|
|
"url": "https://github.com/EtienneLem/commandz"
|
|
}]
|
|
}
|