mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-05-02 22:51:52 +02:00
29 lines
642 B
JSON
29 lines
642 B
JSON
{
|
|
"name": "fizzy-ui-utils",
|
|
"version": "2.0.7",
|
|
"description": "UI utilities",
|
|
"main": "utils.js",
|
|
"dependencies": {
|
|
"desandro-matches-selector": "^2.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"ui",
|
|
"utility",
|
|
"browser",
|
|
"DOM"
|
|
],
|
|
"author": "David DeSandro",
|
|
"license": "MIT",
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/metafizzy/fizzy-ui-utils.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/metafizzy/fizzy-ui-utils/issues"
|
|
},
|
|
"homepage": "https://github.com/metafizzy/fizzy-ui-utils"
|
|
}
|