mirror of
https://github.com/debug-js/debug.git
synced 2026-01-18 16:12:38 +00:00
Closes #176. Squashed commit of the following: commit ae4d5f88497d7ce59f476e002ea9b703d3129159 Author: Anton Wilhelm <timaschew@users.noreply.github.com> Date: Tue Feb 10 09:26:54 2015 +0100 revert bumping the version commit 0689fb1fa035cbfddb71c19beb76160bd4f13875 Author: Anton Wilhelm <timaschew@users.noreply.github.com> Date: Fri Jan 30 12:05:40 2015 +0100 update ms.js lib and bump debug moved to https://github.com/rauchg/ms.js
20 lines
309 B
JSON
20 lines
309 B
JSON
{
|
|
"name": "debug",
|
|
"repo": "visionmedia/debug",
|
|
"description": "small debugging utility",
|
|
"version": "2.1.1",
|
|
"keywords": [
|
|
"debug",
|
|
"log",
|
|
"debugger"
|
|
],
|
|
"main": "browser.js",
|
|
"scripts": [
|
|
"browser.js",
|
|
"debug.js"
|
|
],
|
|
"dependencies": {
|
|
"rauchg/ms.js": "0.6.1"
|
|
}
|
|
}
|