-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
package.json
40 lines (40 loc) · 1.08 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
38
39
40
{
"name": "bootstrap-3-typeahead",
"description": "Bootstrap 3 Typeahead: The typeahead autocomplete plugin for Twitter's Bootstrap 2 ready to use with Bootstrap 3.",
"version": "4.0.2",
"main": "bootstrap3-typeahead.js",
"keywords": [
"typeahead",
"autocomplete",
"plugin",
"jquery",
"bootstrap"
],
"homepage": "https://github.com/bassjobsen/Bootstrap-3-Typeahead/",
"author": "Bass Jobsen",
"scripts": {
"test": "grunt test",
"uglify": "uglifyjs ./bootstrap3-typeahead.js --output ./bootstrap3-typeahead.min.js --warn --compress drop_console=true"
},
"repository": {
"type": "git",
"url": "https://github.com/bassjobsen/Bootstrap-3-Typeahead.git"
},
"bugs": {
"url": "https://github.com/bassjobsen/Bootstrap-3-Typeahead/issues"
},
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-jscs": "~0.8.1",
"load-grunt-tasks": "~0.6.0"
},
"engines": {
"node": "~0.10.1"
},
"dependencies": {
"uglify-js": "^3.3.7"
}
}