debug/component.json
Anton Wilhelm 94071a2f06 component: fix "ms.js" repo location
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
2015-02-15 09:23:02 -08:00

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"
}
}