UNPKG

790 BJSONView Raw
1{
2 "name": "justlog",
3 "main": "index.js",
4 "version": "0.1.0",
5 "description": "a powerful log libs",
6 "author": {
7 "name": "q3boy",
8 "email": "q3boy1@gmail.com"
9 },
10 "engines": {
11 "node": ">=0.8.0"
12 },
13 "homepage": "https://github.com/q3boy/justlog",
14 "repository": {
15 "type": "git",
16 "url": "git://github.com/q3boy/justlog.git"
17 },
18 "bugs": {
19 "url": "https://github.com/q3boy/justlog/issues"
20 },
21 "dependencies": {
22 "options-stream": "*",
23 "mkdirp": "*",
24 "moment": "*",
25 "event-pipe": "*"
26 },
27 "devDependencies": {
28 "coffee-script": "*",
29 "mocha": "*",
30 "expect.js": "*",
31 "jscover": "*",
32 "yamljs": "*"
33 },
34 "scripts": {
35 "prepublish": "make release",
36 "postpublish": "make clean",
37 "test": "make test-cov"
38 }
39}
\No newline at end of file