-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
49 lines (49 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
49
{
"name": "msgs",
"version": "0.4.0",
"description": "Message oriented programming for JavaScript",
"keywords": ["msgs", "message", "channel", "integration", "eip", "enterprise integration patterns", "cujojs", "spring", "springsource"],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"repository": {
"type": "git",
"url": "https://github.com/cujojs/msgs.git"
},
"bugs": "https://github.com/cujojs/msgs/issues",
"maintainers": [
{
"name": "Scott Andrews",
"email": "[email protected]",
"web": "http://twitter.com/scothis"
}
],
"contributors": [
{
"name": "Mark Fisher",
"email": "[email protected]"
}
],
"optionalDependencies": {
"when": "~3"
},
"devDependencies": {
"wire": "~0.10",
"sockjs-client": "~0.1",
"test-support": "~0.3",
"sinon": "~1.7",
"curl": "https://github.com/cujojs/curl/tarball/0.7.3",
"poly": "https://github.com/cujojs/poly/tarball/0.5.1"
},
"main": "./msgs",
"scripts": {
"test": "jshint . && buster test -g msgs:node",
"integration": "npm test && buster test -g msgs:integration",
"ci": "npm run-script integration && sauceme",
"start": "buster static -e browser",
"tunnel": "sauceme -m"
}
}