-
-
Notifications
You must be signed in to change notification settings - Fork 257
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "emojionearea",
"version": "3.4.1",
"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/mervick/emojionearea.git"
},
"keywords": [
"emoji",
"emojione",
"picker",
"emojionearea"
],
"author": "Andrey Izman <[email protected]>",
"contributors": [
"Klas Lundberg <[email protected]>",
"Merlin Mason <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mervick/emojionearea/issues"
},
"homepage": "https://github.com/mervick/emojionearea#readme",
"dependencies": {
"emojione": ">=2.0.1",
"jquery": ">=1.8.3",
"jquery-textcomplete": ">=1.3.4"
},
"devDependencies": {
"grunt": "^1.3.0",
"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"
}
}