-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
39 lines (39 loc) · 960 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
{
"name": "wdt-emoji-bundle",
"version": "0.2.1",
"title": "wdt-emoji-bundle - Emoji picker",
"description": "Slack like emoji selector with apple, twitter, google, emojione, facebook, messenger and custom emoji support.",
"homepage": "http://ned.im/wdt-emoji-bundle",
"keywords": [
"emoji",
"emoticon",
"slack",
"javascript",
"wdt"
],
"author": {
"name": "Nedim Arabacı",
"url": "http://github.com/needim/"
},
"license": "MIT",
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git://github.com/needim/wdt-emoji-bundle.git"
},
"bugs": {
"url": "https://github.com/needim/wdt-emoji-bundle/issues"
},
"main": "wdt-emoji-bundle.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-bump": "^1.0.0",
"gulp-download-stream": "0.0.13",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.6.3",
"gulp-uglify": "^1.5.1"
}
}