-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 1.94 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "postal.xwindow",
"description": "postal.js/postal.federation plugin for federating instances of postal.js across unrelated window boundaries.",
"version": "0.0.8",
"homepage": "http://github.com/tine20/postal.xwindow",
"repository": {
"type": "git",
"url": "git://github.com/tine20/postal.xwindow.git"
},
"author": "Cornelius Weiß (http://www.metaways.de)",
"contributors": [
{
"name": "Cornelius Weiß",
"email": "c.weiss@metawyas.de",
"url": "http://www.metaways.de"
}
],
"keywords": [
"messaging",
"pubsub",
"window",
"xwindow",
"cross window",
"frame",
"federation",
"postal"
],
"bugs": {
"email": "c.weiss@metaways.de",
"url": "http://github.com/tine20/postal.xwindow/issues"
},
"directories": {
"lib": "lib"
},
"main": "lib/postal.xwindow.js",
"engines": {
"node": ">=0.4.0"
},
"dependencies": {
"lodash": "^4.12.0",
"postal": "^2.0.5",
"postal.federation": "github:tine20/postal.federation",
"postal.request-response": "github:tine20/postal.request-response",
"store2": "^2.5.9"
},
"devDependencies": {
"bootstrap": "^3.3.5",
"eslint": "^1.3.1",
"expect.js": "~0.2.0",
"express": "~3.4.7",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-eslint": "^1.0.0",
"gulp-jscs": "^2.0.0",
"gulp-plato": "~0.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.0",
"gulp-util": "^3.0.6",
"jquery": "^3.3.1",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.1",
"karma-mocha": "^0.2.0",
"karma-spec-reporter": "0.0.20",
"mocha": "^2.3.0",
"open": "~0.0.4",
"script-loader": "^0.7.2",
"webpack": "^1.12.1",
"webpack-stream": "^2.1.0"
},
"license": "(MIT OR GPL-2.0)",
"scripts": {
"build": "gulp",
"start": "gulp server"
},
"files": [
"LICENSE",
"lib"
]
}