UNPKG

@universityofwarwick/bootstrap-3-typeahead

Version:

Bootstrap 3 Typeahead: The typeahead autocomplete plugin for Twitter's Bootstrap 2 ready to use with Bootstrap 3.

38 lines (37 loc) 1.09 kB
{ "name": "@universityofwarwick/bootstrap-3-typeahead", "description": "Bootstrap 3 Typeahead: The typeahead autocomplete plugin for Twitter's Bootstrap 2 ready to use with Bootstrap 3.", "version": "4.1.1", "main": "bootstrap3-typeahead.js", "keywords": [ "typeahead", "autocomplete", "plugin", "jquery", "bootstrap" ], "homepage": "https://github.com/UniversityOfWarwick/Bootstrap-3-Typeahead/", "author": "University of Warwick", "scripts": { "test": "grunt test", "uglify": "uglifyjs ./bootstrap3-typeahead.js --output ./bootstrap3-typeahead.min.js --warn --compress drop_console=true", "prepublishOnly": "npm run uglify" }, "repository": { "type": "git", "url": "https://github.com/UniversityOfWarwick/Bootstrap-3-Typeahead.git" }, "license": "MIT", "devDependencies": { "grunt": "1.1.0", "grunt-contrib-jshint": "2.1.0", "grunt-contrib-uglify": "4.0.1", "grunt-jscs": "3.0.1", "load-grunt-tasks": "5.1.0", "uglify-js": "3.9.3" }, "engines": { "node": ">10.0.0" }, "dependencies": {} }