UNPKG

913 BJSONView Raw
1{
2 "name": "fbp-protocol",
3 "description": "Tests, schemas, and documentation for the Flow Base Programming Network Protocol",
4 "version": "0.1.1",
5 "author": {
6 "name": "Henri Bergius",
7 "email": "henri.bergius@iki.fi"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/flowbased/fbp-protocol.git"
12 },
13 "licenses": [
14 {
15 "type": "MIT",
16 "url": "https://github.com/flowbased/fbp-protocol/raw/master/LICENSE"
17 }
18 ],
19 "bin": {
20 "fbp-init": "./bin/fbp-init",
21 "fbp-test": "./bin/fbp-test"
22 },
23 "dependencies": {
24 "websocket": "~1.0.8",
25 "commander": "^2.1.0",
26 "shelljs": "~0.3.0",
27 "chai": "~1.9.0",
28 "coffee-script": "^1.7.1",
29 "mocha": "~2.1.0"
30 },
31 "devDependencies": {
32 "grunt": "~0.4.1",
33 "grunt-contrib-coffee": "~0.11.1",
34 "grunt-exec": "~0.4.6",
35 "grunt-contrib-watch": "~0.6.1"
36 },
37 "main": "./src/WebSocket.js"
38}