UNPKG

1.21 kBJSONView Raw
1{
2 "name": "socket.io-rpc",
3 "version": "0.8.11",
4 "private": false,
5 "author": "capaj <capajj@gmail.com>",
6 "description": "Minimalistic remote procedure call(RPC/RMI) library bootstrapped on socket.io",
7 "scripts": {
8 "install_example": "cd simple-example && npm install && jspm install",
9 "build": "node build.js && grunt",
10 "test": "mocha"
11 },
12 "main": "./main.js",
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/capaj/socket.io-rpc.git"
16 },
17 "engines": {
18 "node": "*"
19 },
20 "keywords": [
21 "socket.io",
22 "rpc",
23 "isomorphic",
24 "rmi"
25 ],
26 "dependencies": {
27 "debug": "^2.1.1",
28 "bluebird": "^2",
29 "dom-storage": "^2.0.1",
30 "lodash": "2.4.1",
31 "socket.io": "^1",
32 "socket.io-rpc-client": "^0.8"
33 },
34 "license": "MIT",
35 "devDependencies": {
36 "mocha": "^2.1.0",
37 "chai": "^1.10.0",
38 "systemjs-builder": "^0.5",
39 "grunt-contrib-uglify": "~0.7",
40 "grunt-ng-annotate": "~0.8"
41 },
42 "jspm": {
43 "name": "moonridge",
44 "main": "socket.io-rpc-client-angular.js",
45 "configFile": "dist/build-config.js",
46 "dependencies": {
47 "angular": "^1.3"
48 }
49 }
50}