-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 KB
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "logup-hub",
"version": "0.0.0",
"protocolVersion": "0.0.1",
"description": "A central hub that receives log messages from all logup-emitters in an application.",
"homepage": "https://github.com/SLaks/logup-hub",
"author": "Schabse Laks <Dev@SLaks.net> (http://slaks.net)",
"keywords": [
"logging",
"logger"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/SLaks/logup-hub.git"
},
"license": "MIT",
"scripts": {
"test": "mocha"
},
"testling": {
"browsers": [
"ie/7..latest",
"ff/15..latest",
"chrome/5",
"chrome/20..latest",
"safari/4..latest",
"opera/10..latest",
"iphone/6..latest",
"android-browser/4.2..latest"
],
"harness": "mocha",
"files": "test/*.js"
},
"dependencies": {
"semver": "~1.1.4",
"logup-emitter": "~0.1.1"
},
"devDependencies": {
"mocha": "~1.9.0",
"expect.js": "~0.2.0",
"express": "~3.2.3",
"browserify-middleware": "~1.9.0",
"browserify": "git://github.com/SLaks/node-browserify.git#include-filenames",
"browser-pack": "git://github.com/SLaks/browser-pack.git#full-module-api",
"es5-shim": "~2.0.9"
}
}