-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.08 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
44
45
46
47
{
"name": "aptrac",
"version": "1.0.0",
"description": "a worktime tracker with special fields for adesso aproda time tracking",
"main": "./lib/aptrac.js",
"scripts": {
"test": "mocha --recursive",
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha -- --ui bdd -R spec -t 5000 --recursive"
},
"bin": {
"aptrac": "./bin/cli",
"a": "./bin/cli"
},
"keywords": [
"time tracker",
"timetracker",
"timetrap",
"work tracker",
"aproda",
"adesso"
],
"author": "Christoph Hoffmann <[email protected]",
"license": "MIT",
"dependencies": {
"async": "^1.2.1",
"chalk": "^1.0.0",
"columnify": "^1.5.1",
"commander": "^2.8.1",
"jsonfile": "^2.1.2",
"moment": "^2.10.3",
"moment-duration-format": "^1.3.0",
"nedb": "^1.1.2",
"osenv": "^0.1.2",
"sugar": "^1.4.1"
},
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^2.2.5",
"istanbul": "^0.3.17"
},
"repository": {
"type": "git",
"url": "https://github.com/no0x9d/aptrac.git"
},
"preferGlobal": true,
"private": true
}