-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
63 lines (63 loc) · 1.55 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
{
"name": "angular-typeahead",
"version": "1.0.2",
"subdomain": "Siyfion",
"main": "dist/angular-typeahead.js",
"author": "[email protected]",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Siyfion/angular-typeahead.git"
},
"description": "An Angular.js wrapper around the Twitter Typeahead library.",
"scripts": {
"test": "grunt test",
"watch": "grunt watch",
"dist": "grunt dist"
},
"files": [
"dist"
],
"contributors": [
{
"name": "Simon Mansfield",
"email": "[email protected]"
},
{
"name": "Hadrien Milano",
"email": "[email protected]"
}
],
"keywords": [
"angular",
"angularjs",
"typeahead"
],
"devDependencies": {
"angular": "1.5.x",
"angular-mocks": "^1.5.8",
"browserify": "^13.1.0",
"grunt": "1.0.1",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-karma": "^2.0.0",
"grunt-umd": "^2.3.6",
"jquery": "^3.1.1",
"karma": "^1.3.0",
"karma-browserify": "^5.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-requirejs": "^1.1.0",
"karma-spec-reporter": "0.0.26",
"karma-threshold-reporter": "^0.1.15",
"requirejs": "^2.3.2",
"typeahead.js": "^0.11.1",
"watchify": "^3.7.0"
}
}