wallet-core/node_modules/debug/package.json

35 lines
684 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "debug",
"version": "2.2.0",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/debug.git"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"description": "small debugging utility",
"keywords": [
"debug",
"log",
"debugger"
2016-10-10 03:43:44 +02:00
],
2016-11-03 01:33:53 +01:00
"author": "TJ Holowaychuk <tj@vision-media.ca>",
2016-10-10 03:43:44 +02:00
"contributors": [
2016-11-03 01:33:53 +01:00
"Nathan Rajlich <nathan@tootallnate.net> (http://n8.io)"
2016-10-10 03:43:44 +02:00
],
2016-11-03 01:33:53 +01:00
"license": "MIT",
2016-10-10 03:43:44 +02:00
"dependencies": {
"ms": "0.7.1"
},
"devDependencies": {
"browserify": "9.0.3",
"mocha": "*"
},
"main": "./node.js",
2016-11-03 01:33:53 +01:00
"browser": "./browser.js",
"component": {
"scripts": {
"debug/index.js": "browser.js",
"debug/debug.js": "debug.js"
2016-10-10 03:43:44 +02:00
}
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}