teseract-utilesjs
Version:
UtilesJS is a set of javascript utilities to facilitate the manipulation and use of some javascript elements and the DOM
29 lines (28 loc) • 700 B
JSON
{
"name": "teseract-utilesjs",
"version": "1.0.2",
"description": "UtilesJS is a set of javascript utilities to facilitate the manipulation and use of some javascript elements and the DOM",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aker-cl/utilesJS.git"
},
"keywords": [
"javascript",
"js",
"utiles",
"utilities"
],
"author": "Teseract",
"license": "MIT",
"bugs": {
"url": "https://github.com/aker-cl/utilesJS/issues"
},
"type": "module",
"dependencies": {
"teseract-utilesjs": "file:"
}
}