forked from guylabs/ion-autocomplete
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.84 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.84 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
{
"name": "ion-autocomplete",
"version": "0.3.1",
"description": "A configurable Ionic directive for an autocomplete dropdown",
"keywords": [
"AngularJS",
"angular",
"Ionic",
"ion",
"autocomplete"
],
"homepage": "https://github.com/guylabs/ion-autocomplete",
"bugs": "https://github.com/guylabs/ion-autocomplete/issues",
"author": {
"name": "Danny Povolotski",
"email": "dannypovolotski@gmail.com",
"url": "https://github.com/israelidanny"
},
"contributors": [
{
"name": "Guy Brand",
"email": "admin@guylabs.org",
"url": "http://guylabs.ch"
}
],
"repository": {
"type": "git",
"url": "https://github.com/guylabs/ion-autocomplete.git"
},
"devDependencies": {
"bower": "~1.5.2",
"coveralls": "~2.11.4",
"grunt": "~0.4.5",
"grunt-bower-install-simple": "~1.1.4",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-cssmin": "~0.13.0",
"grunt-contrib-uglify": "~0.9.2",
"grunt-http-server": "^1.10.0",
"grunt-karma": "~0.12.0",
"grunt-protractor-runner": "2.1.0",
"karma": "~0.13.9",
"karma-chrome-launcher": "~0.2.0",
"karma-coverage": "^0.5.1",
"karma-firefox-launcher": "~0.1.6",
"karma-jasmine": "~0.3.6",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "~0.2.1",
"load-grunt-tasks": "~3.2.0",
"time-grunt": "~1.2.1"
},
"dependencies": {},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/guylabs/ion-autocomplete/blob/master/LICENSE"
}
],
"scripts": {
"start": "node node_modules/grunt-protractor-runner/node_modules/protractor/bin/webdriver-manager start",
"test": "[ -d node_modules/grunt-protractor-runner ] && node node_modules/grunt-protractor-runner/node_modules/protractor/bin/webdriver-manager update && grunt build"
}
}