UNPKG

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