sluri
Version:
AEM and Apache Sling client-side URI manipulation including support for selectors, suffixes, resourcePath and extentions.
35 lines (34 loc) • 707 B
JSON
{
"name": "sluri",
"authors": [
"Nate Yolles <nate@nateyolles.com> (http://www.nateyolles.com)"
],
"description": "AEM and Apache Sling client-side URI manipulation including support for selectors and suffixes.",
"main": "sluri.js",
"moduleType": [
"amd",
"globals"
],
"keywords": [
"Adobe Experience Manager",
"AEM",
"Apache Sling",
"Sling",
"CQ5",
"CQ",
"URI",
"URL"
],
"license": "Apache-2.0",
"homepage": "https://github.com/nateyolles.com/sluri",
"repository": {
"type": "git",
"url": "git://github.com/nateyolles/sluri.git"
},
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components"
]
}