-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.12 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.12 KB
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
{
"name": "angular-typeaheadjs",
"version": "0.10.0",
"description": "An AngularJS directive to serve as a wrapper to the typeahead.js library.",
"main": "dist/angular-typeaheadjs.js",
"repository": {
"type": "git",
"url": "git://github.com/borntorun/angular-typeaheadjs.git"
},
"keywords": [
"angularjs",
"directive",
"typeahead",
"typeaheadjs",
"autocomplete",
"bloodhound",
"jquery",
"remote",
"javascript"
],
"author": "João Carvalho <jmmtcarvalho@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/borntorun/angular-typeaheadjs/issues"
},
"homepage": "https://github.com/borntorun/angular-typeaheadjs",
"scripts": {
"test": "grunt test:single",
"test:e2e": "grunt test:e2e:single",
"postinstall": "webdriver-manager update --standalone"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"colors": "^1.0.3",
"grunt": "^1.0.1",
"grunt-concurrent": "^2.3.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^1.0.0",
"grunt-karma": "^2.0.0",
"grunt-ng-annotate": "^2.0.2",
"grunt-ngdocs": "^0.2.7",
"grunt-protractor-runner": "^3.2.0",
"grunt-protractor-webdriver": "^0.2.0",
"grunt-release-build": "^0.1.2",
"grunt-sed": "^0.1.1",
"grunt-shell-spawn": "^0.3.8",
"grunt-step": "^1.0.0",
"jasmine-core": "^2.2.0",
"jasmine-spec-reporter": "^2.5.0",
"karma": "^1.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-junit-reporter": "^1.1.0",
"karma-mocha": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.1",
"karma-sinon-chai": "^1.2.2",
"load-grunt-tasks": "^3.1.0",
"lodash": "^4.13.1",
"mocha": "^2.2.4",
"protractor": "^3.3.0",
"readline-sync": "^1.4.4",
"semver": "^5.2.0",
"sinon": "^1.14.1",
"yiewd": "^0.6.0"
}
}