-
-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
31 lines (31 loc) · 873 Bytes
/
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
{
"name": "unicode-emoji-json",
"version": "0.3.1",
"description": "Emoji data from unicode.org as easily consumable JSON files.",
"main": "data-by-emoji.json",
"files": [
"data-by-emoji.json",
"data-by-group.json",
"data-ordered-emoji.json",
"data-emoji-components.json"
],
"scripts": {
"download": "node script/download-unicode-data.js",
"build": "node script/build.js && node script/generate-emoji-counts.js",
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muan/unicode-emoji-json.git"
},
"author": "Mu-An Chiou",
"license": "MIT",
"bugs": {
"url": "https://github.com/muan/unicode-emoji-json/issues"
},
"homepage": "https://github.com/muan/unicode-emoji-json#readme",
"devDependencies": {
"fast-html-parser": "^1.0.1",
"tape": "^4.11.0"
}
}