forked from microfleet/transport-amqp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 906 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 906 Bytes
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
{
"name": "@m/ms-utils",
"version": "0.0.1",
"description": "microservice utils based on amqp transport layer",
"main": "./lib/index.js",
"scripts": {
"prepublish": "./node_modules/.bin/babel ./src -d ./lib --source-maps inline"
},
"repository": {
"type": "git",
"url": "git+https://github.com/makeomatic/ms-utils.git"
},
"author": "Vitaly Aminev <v@makeomatic.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/makeomatic/ms-utils/issues"
},
"homepage": "https://github.com/makeomatic/ms-utils#readme",
"devDependencies": {
"babel": "^5.8.29",
"babel-eslint": "^4.1.3",
"eslint": "^1.7.3",
"eslint-config-airbnb": "^0.1.0"
},
"dependencies": {
"amqp-coffee": "^0.1.25",
"bluebird": "^3.0.2",
"common-errors": "^0.5.3",
"eventemitter3": "^1.1.1",
"json-stringify-safe": "^5.0.1",
"node-uuid": "^1.4.3"
}
}