-
Notifications
You must be signed in to change notification settings - Fork 4
/
bower.json
38 lines (38 loc) · 884 Bytes
/
bower.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
{
"name": "ion-image-search",
"version": "0.2.0",
"homepage": "https://github.com/souly1/ion-image-search",
"authors": [
"Ophir Stern <souly01@gmail.com>"
],
"main": "ionImageSearch.js",
"description": "An Ionic service for searching an image from the web with an endless scroll, similar to Whatsapps `Search web` feature when defining image for group",
"devDependencies": {
"ionic": "driftyco/ionic-bower#1.3.1",
"jasmine-jquery": "^2.1.1"
},
"dependencies": {
"ionic": "^1.3.1"
},
"keywords": [
"ionic",
"directive",
"service",
"web search",
"search",
"image search",
"web image search",
"google image search",
"bing image search",
"flickr image search",
"whatsapp"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"screenshots",
"test"
]
}