UNPKG

926 BJSONView Raw
1{
2 "name": "msgflo-nodejs",
3 "description": "Node.js participant support for MsgFlo",
4 "version": "0.7.0",
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": "^0.9.0",
16 "chance": "^0.7.3",
17 "commander": "^2.6.0",
18 "debug": "^2.1.2",
19 "fbp": "^1.1.2",
20 "newrelic": "1.23.0",
21 "uuid": "^2.0.1"
22 },
23 "devDependencies": {
24 "amqplib": "^0.4.0",
25 "chai": "~1.9.0",
26 "grunt": "~0.4.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.12.2",
31 "grunt-shell-spawn": "^0.3.1",
32 "mocha": "~1.21.0",
33 "mqtt": "1.4.x"
34 },
35 "keywords": [],
36 "bin": {
37 "msgflo-nodejs": "./bin/msgflo-nodejs"
38 },
39 "scripts": {
40 "test": "grunt test"
41 }
42}