forked from corejavascript/typeahead.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.98 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "corejs-typeahead",
"description": "fast and fully-featured autocomplete library",
"keywords": [
"typeahead",
"autocomplete",
"aria"
],
"homepage": "http://corejavascript.github.io/typeahead.js/",
"bugs": "https://github.com/corejavascript/typeahead.js/issues",
"repository": {
"type": "git",
"url": "https://github.com/corejavascript/typeahead.js.git"
},
"author": {
"name": "Twitter, Inc.",
"url": "https://twitter.com/twitteross"
},
"contributors": [
{
"name": "Jake Harding",
"url": "https://twitter.com/JakeHarding"
},
{
"name": "Tim Trueman",
"url": "https://twitter.com/timtrueman"
},
{
"name": "Veljko Skarich",
"url": "https://twitter.com/vskarich"
},
{
"name": "Jeremy Booker",
"url": "https://twitter.com/jbook3r"
}
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.11"
},
"devDependencies": {
"chai": "^3.5.0",
"colors": "^1.1.2",
"grunt": "~1.0.1",
"grunt-concurrent": "^2.0.3",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "~1.0.1",
"grunt-replace": "^1.0.1",
"grunt-step": "~1.0.0",
"grunt-umd": "^2.3.3",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^0.1.6",
"karma-opera-launcher": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-safari-launcher": "^1.0.0",
"mocha": "^3.2.0",
"node-static": "^0.7.7",
"phantomjs": "^2.1.7",
"semver": "^5.0.3",
"underscore": "^1.6.0",
"yiewd": "^0.6.0"
},
"scripts": {
"test": "bower install && ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
},
"version": "1.1.0",
"main": "dist/typeahead.bundle.js"
}