-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 943 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
42
43
44
{
"name": "now-i",
"version": "0.0.4",
"description": "Track your progress on tasks, without setup or planning",
"keywords": [
"todo",
"tracker",
"work",
"productivity",
"command-line",
"shell",
"task"
],
"author": "Abbey Hawk Sparrow <@khrome> (http://patternweaver.com)",
"contributors": [],
"bugs": {
"url": "https://github.com/khrome/now-i/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/khrome/now-i.git"
},
"engines": {
"node": "*"
},
"bin": "./bin/now-i",
"dependencies": {
"app-term-kit": "0.1.0",
"ascii-art": "^2.8.0",
"ascii-art-ansi": "^1.4.1",
"ascii-art-graph": "^0.5.0",
"async": "^3.1.0",
"home": "^2.0.0",
"moment": "^2.24.0",
"recursive-readdir": "^2.2.2",
"uuid": "^3.3.3",
"yargs": "^15.0.2"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.2"
}
}