-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 1.75 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
{
"name": "muon-cli",
"description": "node.js muon command line",
"version": "7.3.1",
"author": "Muon Core Ltd",
"keywords": [
"muon",
"microservices",
"antifragile"
],
"private": false,
"repository": {
"url": "https://github.com/muoncore/muon-cli"
},
"scripts": {
"start": "node tck",
"tck": "node tck",
"test": "XUNIT_FILE=test-results/xunit.xml ./node_modules/.bin/mocha --recursive -R xunit-file test/",
"build": "babel cli --presets babel-preset-es2015 --out-dir distribution",
"install": "tabtab install --name muon --completer muon-autocomplete --auto"
},
"dependencies": {
"amqp": "*",
"amqplib": "^0.5.1",
"async": "*",
"async-rq": "*",
"body-parser": "*",
"cli": "0.6.6",
"cli-table": "*",
"colors": "*",
"joi": "*",
"js-csp": "*",
"jsonutil": "*",
"muon-amqp": "0.0.1-18",
"muon-core": "7.3.0-77",
"muon-stack-event": "0.0.1-45",
"muon-stack-reactive-streams": "0.0.2-62",
"muon-stack-rpc": "0.0.2-34",
"rsvp": "*",
"rx": "*",
"sexylog": "*",
"signals": "*",
"split": "*",
"stack-trace": "*",
"string-format": "*",
"tabtab": "^2.2.2",
"underscore": "*",
"url": "*",
"url-template": "*"
},
"devDependencies": {
"expect.js": "*",
"babel-runtime": "^6.18.0",
"babel-cli": "^6.18.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"assert": "*",
"mocha": "*",
"superagent": "*",
"validator": "*",
"xunit-file": "*",
"should": "*",
"mocha-sinon": "*"
},
"engines": {
"node": "*"
},
"bin": {
"muon": "distribution/muon-cli.js",
"muon-autocomplete": "distribution/muon-autocomplete.js"
},
"preferGlobal": true
}