UNPKG

1.07 kBJSONView Raw
1{
2 "name": "fbp-protocol",
3 "description": "Tests, schemas, and documentation for the Flow Base Programming Network Protocol",
4 "version": "0.9.4",
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 "license": "MIT",
14 "bin": {
15 "fbp-init": "./bin/fbp-init",
16 "fbp-test": "./bin/fbp-test"
17 },
18 "scripts": {
19 "test": "grunt test"
20 },
21 "dependencies": {
22 "chai": "^4.1.2",
23 "commander": "^2.1.0",
24 "mocha": "^5.0.0",
25 "moment": "^2.13.0",
26 "semver": "^5.3.0",
27 "tv4": "^1.2.7",
28 "websocket": "^1.0.8"
29 },
30 "devDependencies": {
31 "chai": "^3.5.0",
32 "grunt": "^1.0.1",
33 "grunt-contrib-coffee": "^2.0.0",
34 "grunt-contrib-watch": "^1.0.0",
35 "grunt-exec": "^3.0.0",
36 "grunt-gh-pages": "^2.0.0",
37 "grunt-jekyll": "^0.4.4",
38 "grunt-mocha-test": "^0.13.2",
39 "grunt-yaml": "^0.4.2",
40 "noflo-core": "^0.5.0",
41 "noflo-nodejs": "^0.10.0"
42 },
43 "main": "./schema/index.js"
44}