forked from getmoro/moro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 947 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
45
{
"name": "moro",
"version": "2.3.0",
"description": "Track work hours with a single command, no arguments, no buttons!",
"main": "moro.js",
"scripts": {
"test": "standard && ava"
},
"ava": {
"files": [
"tests/*.js"
],
"concurrency": 5,
"failFast": true,
"tap": true,
"powerAssert": false
},
"repository": {
"type": "git",
"url": "git+https://github.com/omidfi/moro.git"
},
"bin": {
"moro": "./moro.js"
},
"author": "Omid Hezaveh",
"license": "MIT",
"bugs": {
"url": "https://github.com/omidfi/moro/issues"
},
"homepage": "https://github.com/omidfi/moro#readme",
"dependencies": {
"caporal": "^0.3.0",
"cli-table2": "^0.2.0",
"jsonfile": "^2.4.0",
"knex": "^0.12.7",
"moment": "^2.17.1",
"mz": "^2.6.0",
"os-homedir": "^1.0.2",
"sqlite3": "^3.1.8",
"standard": "^9.0.1"
},
"devDependencies": {
"ava": "^0.18.2"
}
}