UNPKG

580 BYAMLView Raw
1name: justlog
2main: index.js
3version: 0.1.0
4description: 'a powerful log libs'
5author:
6 name: q3boy
7 email: q3boy1@gmail.com
8engines:
9 node: >=0.8.0
10homepage: https://github.com/q3boy/justlog
11repository:
12 type: git
13 url: git://github.com/q3boy/justlog.git
14bugs:
15 url: https://github.com/q3boy/justlog/issues
16dependencies:
17 options-stream : '*'
18 mkdirp : '*'
19 moment : '*'
20 event-pipe: '*'
21devDependencies:
22 coffee-script: '*'
23 mocha: '*'
24 expect.js: '*'
25 jscover: '*'
26 yamljs: '*'
27scripts:
28 prepublish: make release
29 postpublish: make clean
30 test: make test-cov