Files
cdnjs/ajax/libs/jquery.selection/package.json
T

27 lines
812 B
JSON
Executable File

{
"name": "jquery.selection",
"filename": "jquery.selection.min.js",
"version": "1.0.1",
"description": "selection text/caret operation - jQuery pulgin | 選択範囲のテキスト操作 / キャレット操作 ",
"homepage": "https://github.com/madapaja/jquery.selection",
"bugs": "https://github.com/madapaja/jquery.selection/issues",
"docs": "http://madapaja.github.com/jquery.selection/",
"keywords": [
"selection",
"caret"
],
"author": {
"name": "Koji Iwasaki",
"url": "http://blog.madapaja.net"
},
"dependencies": {
"jquery": ">=1.7.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/madapaja/jquery.selection/master/src/jquery.selection.js"
}
]
}