forked from englercj/lumber
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 837 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": "clumber",
"description": "A port of lumber in coffeescript",
"version": "0.3.3",
"author": "Sean McCullough <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/mcculloughsean/clumber.git"
},
"keywords": [
"log",
"logging",
"logger",
"tools",
"cli"
],
"dependencies": {
"colors": "0.6.x",
"eyes": "0.1.x",
"pkginfo": "0.2.x",
"async": "0.1.x",
"cycle": "1.0.x",
"stack-trace": "0.0.x",
"dateformat": ">= 1",
"underscore": "~1.5.2",
"json-stringify-safe": "~5.0.0"
},
"devDependencies": {
"coffee-script": "1.3.3",
"mocha": "1.4.2",
"chai": "1.2.0",
"timekeeper": "0.0.3"
},
"main": "./lib/lumber",
"scripts": {
"test": "make test"
},
"engines": {
"node": ">= 0.8.0"
}
}