-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.35 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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "cc-debug",
"version": "0.0.11",
"description": "replace tj's debug,log to log.io",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/CreditCloud/cc-debug"
},
"keywords": [
"cc",
"debug"
],
"author": {
"name": "CreditCloud"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/CreditCloud/cc-debug/issues"
},
"homepage": "https://github.com/CreditCloud/cc-debug",
"dependencies": {
"mkdirp": "^0.5.0",
"winston-logio": "^0.2.0"
},
"devDependencies":{
"config": "^1.9.0",
"winston": "^0.8.3"
},
"peerDependencies": {
"config": "^1.9.0",
"winston": "^0.8.3"
},
"gitHead": "877da31afbbfddd03069cd1990417d08897e7066",
"_id": "[email protected]",
"_shasum": "9038bd4bfa5c49f47387603b5e18998e55338e20",
"_from": "[email protected]",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "magicdawn",
"email": "[email protected]"
},
"maintainers": [
{
"name": "magicdawn",
"email": "[email protected]"
}
],
"dist": {
"shasum": "9038bd4bfa5c49f47387603b5e18998e55338e20",
"tarball": "http://registry.npmjs.org/cc-debug/-/cc-debug-0.0.8.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/cc-debug/-/cc-debug-0.0.8.tgz"
}