forked from muan/emojilib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 828 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
32
33
34
35
36
37
38
39
{
"name": "emojilib",
"version": "2.3.0",
"description": "Emoji keyword library.",
"main": "index.js",
"files": [
"emojis.json",
"index.js",
"ordered.json",
"LICENSE",
"package.json",
"simplemap.json"
],
"scripts": {
"build": "node build.js",
"prepublish": "npm run build",
"test": "phantomjs test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muan/emojilib.git"
},
"keywords": [
"emoji",
"keyword",
"search"
],
"author": "Mu-An Chiou <me@muanchiou.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/muan/emojilib/issues"
},
"homepage": "https://github.com/muan/emojilib#readme",
"devDependencies": {
"JSONStream": "^1.0.4",
"format-json-stream": "^0.1.5",
"phantomjs": "^1.9.17"
}
}