-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.11 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
{
"name": "ion-image-search",
"version": "0.2.0",
"homepage": "https://github.com/souly1/ion-image-search",
"authors": [
"Ophir Stern <[email protected]>"
],
"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.",
"dependencies": {},
"devDependencies": {
"jasmine": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2"
},
"scripts": {},
"keywords": [
"ionic",
"directive",
"service",
"web search",
"search",
"image search",
"web image search",
"google image search",
"bing image search",
"flickr image search",
"whatsapp"
],
"author": "Ophir Stern",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/souly1/ion-image-search.git"
},
"bugs": {
"url": "https://github.com/souly1/ion-image-search/issues"
},
"main": "",
"directories": {},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"screenshots",
"test"
]
}