forked from iamcal/js-emoji
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.05 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
{
"name": "emoji-js",
"version": "3.4.0",
"description": "A JS Emoji conversion library",
"main": "lib/emoji.js",
"files": [
"LICENSE",
"README.md",
"CHANGES.md",
"lib"
],
"dependencies": {
"emoji-datasource": "4.0.0"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-uglify": "~1.0.1",
"grunt-karma": "~0.12.2",
"grunt-karma-coveralls": "^2.5.3",
"grunt-shell": "^1.1.2",
"jasmine-core": "~2.4.1",
"karma": "~0.13.22",
"karma-chrome-launcher": "~0.2.0",
"karma-coverage": "~0.5.5",
"karma-jasmine": "~0.3.5",
"karma-phantomjs-launcher": "~1.0.0",
"karma-story-reporter": "^0.3.1",
"phantomjs-prebuilt": "~2.1.7"
},
"repository": {
"type": "git",
"url": "git://github.com/iamcal/js-emoji.git"
},
"keywords": [
"emoji",
"emoticon",
"mobile",
"browser"
],
"author": "Cal Henderson <cal@iamcal.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/iamcal/js-emoji/issues"
},
"homepage": "https://github.com/iamcal/js-emoji"
}