-
Notifications
You must be signed in to change notification settings - Fork 318
/
package.json
47 lines (46 loc) · 993 Bytes
/
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
{
"name": "onesignal-emoji-picker",
"title": "Emoji Picker",
"version": "1.1.4",
"description": "Add a slick emoji selector to input fields and textareas on your website.",
"author": {
"name": "Jason Pang @ OneSignal",
"url": "https://onesignal.com"
},
"repository": {
"type": "git",
"url": "https://github.com/one-signal/emoji-picker"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/one-signal/emoji-picker/blob/gh-pages/LICENSE"
}
],
"main": "lib/js/emoji-picker.js",
"engines": {
"node": "0.10.x"
},
"devDependencies": {
},
"directories": {
"lib": "./lib"
},
"homepage": "https://github.com/one-signal/emoji-picker",
"keywords": [
"emoji",
"jquery-emoji",
"textarea",
"input",
"emoticons",
"icons",
"jquery-plugin"
],
"bugs": "https://github.com/one-signal/emoji-picker/issues",
"files": [
"lib",
"LICENSE",
"README.md",
"screenshot.png"
]
}