UNPKG

970 BJSONView Raw
1{
2 "name": "appc-pubsub",
3 "version": "0.2.3",
4 "description": "AppC pubsub client library",
5 "main": "index.js",
6 "scripts": {
7 "test": "grunt"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@github.com:appcelerator/appc-pubsub.git"
12 },
13 "keywords": [
14 "appcelerator"
15 ],
16 "author": "Jeff Haynie",
17 "license": "SEE LICENSE IN LICENSE",
18 "bugs": {
19 "url": "https://github.com/appcelerator/appc-pubsub/issues"
20 },
21 "homepage": "https://github.com/appcelerator/appc-pubsub",
22 "dependencies": {
23 "colors": "^1.1.2",
24 "debug": "^2.6.3",
25 "ip": "^1.1.5",
26 "public-ip": "^2.3.3",
27 "request": "^2.81.0",
28 "socket.io-client": "^1.7.3"
29 },
30 "devDependencies": {
31 "body-parser": "^1.17.1",
32 "express": "^4.15.2",
33 "grunt": "^1.0.1",
34 "grunt-contrib-clean": "^1.0.0",
35 "grunt-eslint": "^19.0.0",
36 "grunt-mocha-istanbul": "^5.0.2",
37 "istanbul": "^0.4.5",
38 "mocha": "^3.2.0",
39 "should": "^11.2.1"
40 }
41}