mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.3 KiB
45 lines
1.3 KiB
{
|
|
"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 <support@joypixels.com> (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"
|
|
}
|
|
}
|
|
|