forked from bassjobsen/Bootstrap-3-Typeahead
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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": {}
}