1234567891011121314151617181920212223242526272829 |
- {
- "name": "jquery-textcomplete",
- "version": "1.8.0",
- "main": "dist/jquery.textcomplete.js",
- "dependencies": {
- "jquery": ">=1.7.0"
- },
- "authors": [
- "Yuku TAKAHASHI <taka84u9@gmail.com>"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "homepage": "https://github.com/yuku-t/jquery-textcomplete",
- "_release": "1.8.0",
- "_resolution": {
- "type": "version",
- "tag": "v1.8.0",
- "commit": "407718c1d28b3deff0fb07f5f3892c675f5b56cc"
- },
- "_source": "https://github.com/yuku-t/jquery-textcomplete.git",
- "_target": ">=1.3.4",
- "_originalSource": "jquery-textcomplete"
- }
|