-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.02 KB
/
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
40
41
42
43
{
"name": "commoji",
"version": "0.0.1",
"description": "git commit wrapper to support translation to emoji",
"main": "commoji.js",
"bin": {
"commoji": "./commoji.js"
},
"scripts": {
"test": "jest",
"cover": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gnitnuj/commoji.git"
},
"keywords": [
"commit",
"emoji",
"translate"
],
"author": "junting",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gnitnuj/commoji/issues"
},
"homepage": "https://github.com/gnitnuj/commoji#readme",
"dependencies": {
"commander": "^2.9.0",
"emojilib": "^2.2.1",
"lodash": "^4.17.4",
"moji-translate": "^1.0.7",
"simple-git": "^1.73.0"
},
"devDependencies": {
"coveralls": "^2.13.1",
"eslint": "^4.0.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.3.0",
"istanbul": "^0.4.5",
"jest": "^20.0.4"
}
}