ax5ui-autocomplete
Version:
A autocomplete plugin that works with Bootstrap & jQuery
40 lines • 811 B
JSON
{
"name": "ax5ui-autocomplete",
"version": "1.4.126",
"description": "A autocomplete plugin that works with Bootstrap & jQuery",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ax5ui/ax5ui-autocomplete"
},
"author": {
"name": "Thomas Jang",
"email": "tom@axisj.com",
"url": "ax5.io"
},
"keywords": [
"bootstrap",
"jquery",
"ax5ui",
"plugin",
"bootstrap jQuery plugins",
"autocomplete",
"ax5ui-autocomplete",
"javascript ui"
],
"scripts": {
"test": "karma start karma.conf.js"
},
"dependencies": {
"jquery": "",
"ax5core": ">=1.4.115"
},
"devDependencies": {
"karma": "^1.3.0",
"karma-mocha": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"mocha": "^3.1.0",
"phantomjs-prebuilt": "^2.1.13",
"webdriverio": "^4.6.1"
}
}