diff --git a/package.json b/package.json new file mode 100644 index 000000000..503ec94fa --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "noto-emoji", + "version": "1", + "apiVersion": "v1", + "repository": { + "type": "git", + "url": "https://github.com/googlei18n/noto-emoji" + }, + "license": "Apache 2.0", + "description": "noto emoji fonts source files", + "files": [ + "png/", + "svg/" + ] +}