forked from NewOrbit/ABANDON.onetime-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.17 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.17 KB
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
44
45
46
47
48
49
50
{
"name": "onetime-cli",
"version": "1.10.3",
"description": "a command line interface to manage harvest and target-process in one place",
"main": "src/index.js",
"scripts": {
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/mvalipour/onetime-cli"
},
"keywords": [
"timesheet",
"target-process",
"harvest"
],
"author": "Mo Valipour <valipour@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mvalipour/onetime-cli/issues"
},
"homepage": "https://github.com/mvalipour/onetime-cli",
"bin": {
"onetime": "src/index.js"
},
"dependencies": {
"btoa": "^1.1.2",
"chalk": "^1.1.0",
"configstore": "^1.2.0",
"console.table": "^0.4.0",
"dastoor": "^0.2.0",
"entities": "^1.1.1",
"extend": "^3.0.0",
"harvest": "^0.1.0",
"inquirer": "^0.8.5",
"jsonfile": "^2.2.1",
"lodash": "^3.10.1",
"minimist": "^1.1.1",
"moment": "^2.10.6",
"request-promise-json": "^1.0.4",
"rimraf": "^2.4.4",
"update-notifier": "^0.5.0",
"validator": "^3.41.2"
},
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.2.5"
}
}