mirror of
https://github.com/humhub/humhub.git
synced 2025-02-23 18:56:00 +01:00
32 lines
623 B
JSON
32 lines
623 B
JSON
{
|
|
"name": "At.js",
|
|
"repo": "ichord/At.js",
|
|
"description": "Add Github like mentions autocomplete to your application.",
|
|
"version": "1.5.1",
|
|
"demo": "http://ichord.github.com/At.js",
|
|
"dependencies": {
|
|
"ichord/Caret.js": "~0.2.2",
|
|
"component/jquery": ">= 1.7.0"
|
|
},
|
|
"main": [
|
|
"dist/js/jquery.atwho.js"
|
|
],
|
|
"scripts": [
|
|
"dist/js/jquery.atwho.js"
|
|
],
|
|
"styles": [
|
|
"dist/css/jquery.atwho.css"
|
|
],
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"mentions",
|
|
"ui",
|
|
"mentions",
|
|
"autocomplete",
|
|
"autocompletion",
|
|
"autosuggest",
|
|
"autosuggestion",
|
|
"atjs",
|
|
"at.js"
|
|
]
|
|
} |