Files
cdnjs/ajax/libs/crel/package.json
T

46 lines
803 B
JSON

{
"name": "crel",
"version": "2.1.5",
"filename": "crel.min.js",
"description": "A small, simple, and fast DOM creation utility",
"keywords": [
"crel",
"DOM"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/korynunn/crel"
}
],
"bugs": "https://github.com/korynunn/crel/issues",
"maintainers": [
{
"name": "Kory Nunn",
"web": "http://korynunn.com"
}
],
"npmName": "crel",
"npmFileMap": [
{
"basePath": "/",
"files": [
"crel.js",
"crel.min.js"
]
}
],
"contributors": [
{
"name": "Kory Nunn",
"web": "http://korynunn.com"
}
]
}