UNPKG

998 BJSONView Raw
1{
2 "name": "faas",
3 "main": "./faas.js",
4 "description": "Faas.io blind proxy real-time API pipeline.",
5 "version": "0.1.2",
6 "private": false,
7 "author": "faas.io",
8 "scripts": {
9 "test": "./node_modules/.bin/jasmine-node spec/"
10 },
11 "dependencies": {
12 "debug": "~0.8.1",
13 "request": "~2.36.0",
14 "socket.io-client": "1.1.0",
15 "socket.io-stream": "~0.6.1"
16 },
17 "devDependencies": {
18 "jasmine-node": "~1.11.0",
19 "karma-script-launcher": "~0.1.0",
20 "karma-chrome-launcher": "~0.1.0",
21 "karma-firefox-launcher": "~0.1.0",
22 "karma-html2js-preprocessor": "~0.1.0",
23 "karma-jasmine": "~0.1.3",
24 "karma-requirejs": "~0.1.0",
25 "karma-coffee-preprocessor": "~0.1.0",
26 "karma-phantomjs-launcher": "~0.1.0",
27 "karma": "~0.10.2"
28 },
29 "bin": {
30 "faas-ix-server": "bin/faas-ix-server",
31 "faas-ix-polyglot-relay": "bin/faas-ix-polyglot-relay",
32 "faas-ix-server-ruby": "bin/faas-ix-server-ruby",
33 "faas-http-proxy": "bin/faas-http-proxy"
34 }
35}