forked from danbovey/EmojiPanel
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.27 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
49
50
51
52
{
"name": "emojipanel",
"version": "1.0.0",
"description": "A customisable emoji picker",
"main": "dist/emojipanel.js",
"scripts": {
"dev": "gulp",
"build": "gulp build",
"build-packs": "node build/packs.js",
"docs": "http-server ./docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danbovey/EmojiPanel.git"
},
"keywords": [
"emoji",
"picker",
"dropdown",
"panel"
],
"author": "Dan Bovey <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/danbovey/EmojiPanel/issues"
},
"homepage": "https://emojipanel.js.org",
"devDependencies": {
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"char-spinner": "^1.0.1",
"colors": "^1.1.2",
"emojione": "^2.2.7",
"github-download": "^0.5.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-svg-sprite": "^1.3.6",
"gulp-uglify": "^2.1.0",
"gulp-util": "^3.0.8",
"http-server": "^0.9.0",
"twemoji": "https://github.com/twitter/twemoji/tarball/gh-pages",
"run-sequence": "^1.2.2",
"underscore": "^1.8.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"dependencies": {
"tether": "^1.4.0"
}
}