ngx-joypixels
Version:
An Angular library for easily using JoyPixels' Emoji library in your app
40 lines • 1.07 kB
JSON
{
"name": "ngx-joypixels",
"description": "An Angular library for easily using JoyPixels' Emoji library in your app",
"version": "1.1.0",
"author": {
"name": "John Woodruff",
"email": "johnwoodruff91@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/johnbwoodruff/ngx-joypixels.git"
},
"homepage": "https://github.com/johnbwoodruff/ngx-joypixels",
"bugs": {
"url": "https://github.com/johnbwoodruff/ngx-joypixels/issues"
},
"keywords": [
"angular",
"typescript",
"joypixels",
"emoji"
],
"license": "MIT",
"peerDependencies": {
"@angular/common": "^10.2.0",
"@angular/core": "^10.2.0",
"emoji-toolkit": "^6.0.1"
},
"dependencies": {
"tslib": "^2.0.0"
},
"main": "bundles/ngx-joypixels.umd.js",
"module": "fesm2015/ngx-joypixels.js",
"es2015": "fesm2015/ngx-joypixels.js",
"esm2015": "esm2015/ngx-joypixels.js",
"fesm2015": "fesm2015/ngx-joypixels.js",
"typings": "ngx-joypixels.d.ts",
"metadata": "ngx-joypixels.metadata.json",
"sideEffects": false
}