-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 919 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
40
41
{
"name": "ice-cli",
"version": "1.1.0",
"description": "Iranian Calendar Events CLI package",
"main": "app.js",
"bin": {
"ice-cli": "app.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mamal72/ice-cli.git"
},
"keywords": [
"iran",
"calendar",
"jalali",
"persian",
"cli"
],
"author": "Mohamad Jahani <m4m4lj@gmail.com> (https://github.com/mamal72)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mamal72/ice-cli/issues"
},
"homepage": "https://github.com/mamal72/ice-cli#readme",
"dependencies": {
"commander": "^2.9.0",
"iranian-calendar-events": "^0.2.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.3.0"
}
}