UNPKG

926 BJSONView Raw
1{
2 "name": "msgflo-nodejs",
3 "description": "Node.js participant support for MsgFlo",
4 "version": "0.8.1",
5 "author": {
6 "name": "Jon Nordby",
7 "email": "jononor@gmail.com"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/msgflo/msgflo.git"
12 },
13 "license": "MIT",
14 "dependencies": {
15 "async": "^2.1.4",
16 "chance": "^1.0.4",
17 "commander": "^2.6.0",
18 "debug": "^2.1.2",
19 "fbp": "^1.1.2",
20 "newrelic": "1.36.0",
21 "uuid": "^3.0.1"
22 },
23 "devDependencies": {
24 "amqplib": "^0.5.1",
25 "chai": "~3.5.0",
26 "grunt": "~1.0.1",
27 "coffee-script": "^1.8.0",
28 "grunt-coffeelint": "~0.0.6",
29 "grunt-contrib-coffee": "^1.0.0",
30 "grunt-mocha-test": "^0.13.2",
31 "grunt-shell-spawn": "^0.3.1",
32 "mocha": "~3.2.0",
33 "mqtt": "^1.4.0"
34 },
35 "keywords": [],
36 "bin": {
37 "msgflo-nodejs": "./bin/msgflo-nodejs"
38 },
39 "scripts": {
40 "test": "grunt test"
41 }
42}