forked from razoo-dev/angular-emoji-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
50 lines (50 loc) · 1.04 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "angular-emoji-picker",
"version": "0.3.2",
"authors": [
{
"name": "Vadim Kadnikov",
"homepage": "https://github.com/terranisu"
}
],
"description": "A simple Emoji picker for AngularJS",
"main": [
"dist/js/emoji-picker.js",
"dist/css/emoji-picker.css"
],
"dependencies": {
"angular": "1.5.x",
"angular-sanitize": "1.5.x",
"angular-bootstrap": "^2.2.0"
},
"devDependencies": {
"angular-messages": "1.5.x",
"angular-mocks": "1.5.x",
"angular-material": "~0.9.4",
"bootstrap": "3.x",
"angular-ui-bootstrap": "1.0.3",
"angular-strap": "2.x"
},
"keywords": [
"angular",
"angularjs",
"emoji",
"picker",
"selector"
],
"license": "MIT",
"homepage": "https://github.com/terranisu/angular-emoji-picker",
"repository": {
"type": "git",
"url": "git://github.com/terranisu/angular-emoji-picker.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests"
],
"resolutions": {
"angular": "1.3.x"
}
}