-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
45 lines (45 loc) · 1.29 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
{
"name": "emoji-toolkit",
"version": "9.0.1",
"description": "JoyPixels is a complete set of emoji designed for the web. The emoji-toolkit includes libraries to easily convert unicode characters to shortnames (:smile:) and shortnames to JoyPixels emoji images. PNG formats provided for the emoji images.",
"author": "JoyPixels <[email protected]> (https://www.joypixels.com)",
"main": "lib/js/joypixels.js",
"keywords": [
"joypixels",
"JoyPixels",
"emoji-toolkit",
"emojione",
"EmojiOne",
"emoji",
"emojis",
"emoticons",
"smileys",
"smilies",
"unicode",
"emoji set"
],
"homepage": "https://www.joypixels.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/joypixels/emoji-toolkit.git"
},
"bugs": "https://github.com/joypixels/emoji-toolkit/issues",
"scripts": {
"grunt": "grunt",
"test": "grunt travis"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-qunit": "^7.0.1",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-jsonlint": "^2.1.3",
"grunt-sass": "^3.1.0",
"sass": "^1.65.1",
"underscore": "^1.13.6"
}
}