-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "emojionearea-open",
"version": "1.3.7",
"description": "WYSIWYG-like EmojiOne Converter / Picker Plugin for jQuery",
"main": "dist/emojionearea.js",
"scripts": {
"build": "node_modules/.bin/grunt",
"test": "echo 'Error: no test specified' && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/woyehaizaixiang/emojionearea-open.git"
},
"keywords": [
"emoji",
"emojione",
"picker",
"emojionearea",
"emojionearea-open"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/woyehaizaixiang/emojionearea-open/issues"
},
"homepage": "https://github.com/woyehaizaixiang/emojionearea-open#readme",
"dependencies": {
"emojione": ">=2.0.1",
"jquery": ">=1.8.3",
"jquery-textcomplete": ">=1.3.4"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"requirejs": "^2.1.22"
}
}