add package.json

This commit is contained in:
Andrea Bogazzi 2017-04-26 14:32:54 +02:00 committed by GitHub
parent ff566b2c16
commit 6ac7ca874b

15
package.json Normal file
View file

@ -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/"
]
}