]> gerrit.simantics Code Review - simantics/district.git/blob - component.json
ca1063724a4498247faa551f694192f5a53bf7f5
[simantics/district.git] / component.json
1 {
2   "name": "debug",
3   "repo": "visionmedia/debug",
4   "description": "small debugging utility",
5   "version": "2.2.0",
6   "keywords": [
7     "debug",
8     "log",
9     "debugger"
10   ],
11   "main": "browser.js",
12   "scripts": [
13     "browser.js",
14     "debug.js"
15   ],
16   "dependencies": {
17     "rauchg/ms.js": "0.7.1"
18   }
19 }