-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 844 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 844 Bytes
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
{
"name": "RwDebug",
"preferGlobal": false,
"version": "0.1.0",
"author": "Simone Potenza <simone.potenza@gmail.com>",
"description": "Simple utility functions for debugging purpose",
"contributors": [
],
"bin": {
},
"scripts": {
"test": "make test"
},
"main": "debug",
"repository": {
"type": "git",
"url": "https://github.com/rewop/RwDebug.git"
},
"keywords": [
"debug",
"trace",
"log"
],
"dependencies" : {
"RwUtils" : "git://github.com/rewop/RwUtils.git",
"winston" : "*",
"traceback" : "*"
},
"analyze": false,
"devDependencies": {
"chai": "*",
"mocha": "*"
},
"bundledDependencies": [
],
"license": "MIT",
"engines": {
"node": ">=0.6"
}
}