Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Ryan778
GitHub Repository: Ryan778/Ryan778.github.io
Path: blob/master/emojionearea/package.json
570 views
1
{
2
"name": "emojionearea",
3
"version": "3.1.5",
4
"description": "WYSIWYG-like EmojiOne Converter / Picker Plugin for jQuery",
5
"main": "dist/emojionearea.js",
6
"scripts": {
7
"build": "npm install && grunt",
8
"test": "echo 'Error: no test specified' && exit 1"
9
},
10
"repository": {
11
"type": "git",
12
"url": "git+https://github.com/mervick/emojionearea.git"
13
},
14
"keywords": [
15
"emoji",
16
"emojione",
17
"picker",
18
"emojionearea"
19
],
20
"author": "Andrey Izman <[email protected]>",
21
"contributors": [
22
"Klas Lundberg <[email protected]>",
23
"Merlin Mason <[email protected]>"
24
],
25
"license": "MIT",
26
"bugs": {
27
"url": "https://github.com/mervick/emojionearea/issues"
28
},
29
"homepage": "https://github.com/mervick/emojionearea#readme",
30
"dependencies": {
31
"emojione": ">=2.0.1",
32
"jquery": ">=1.8.3",
33
"jquery-textcomplete": ">=1.3.4"
34
},
35
"devDependencies": {
36
"grunt": "^0.4.5",
37
"grunt-cli": "^0.1.13",
38
"grunt-contrib-cssmin": "^1.0.1",
39
"grunt-contrib-sass": "^1.0.0",
40
"grunt-contrib-uglify": "^1.0.0",
41
"grunt-contrib-watch": "^1.0.0",
42
"requirejs": "^2.1.22"
43
}
44
}
45
46