-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 837 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 837 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
{
"name": "getdebug",
"version": "2.0.0",
"description": "Returns a visionmedia/debug instance with the namespace set to a prefixed application name. The path to the javascript file gets relatively namespaced based on the absolute path and the given namespace in the actual node module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"debug",
"logging"
],
"author": "Thomas Fritz <fritztho@gmail.com> (http://www.fritzthomas.com)",
"license": "MIT",
"dependencies": {
"debug": "^1.0.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/thomasfr/getdebug.git"
},
"bugs": {
"url": "https://github.com/thomasfr/getdebug/issues"
},
"homepage": "https://github.com/thomasfr/getdebug"
}