Comparing version 1.4.0 to 1.5.0
{ | ||
"name": "fbp", | ||
"description": "Parser for the .fbp flow definition language", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"repository": { | ||
@@ -9,2 +9,8 @@ "type": "git", | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "James", | ||
"email": "aretecode@gmail.com" | ||
} | ||
], | ||
"license": "MIT", | ||
@@ -21,3 +27,3 @@ "devDependencies": { | ||
"grunt-yaml": "^0.4.2", | ||
"mocha": "^2.4.4", | ||
"mocha": "^2.5.3", | ||
"tv4": "^1.2.7" | ||
@@ -24,0 +30,0 @@ }, |
@@ -29,4 +29,13 @@ FBP flow definition language parser [![Build Status](https://travis-ci.org/flowbased/fbp.png?branch=master)](https://travis-ci.org/flowbased/fbp) [![Build status](https://ci.appveyor.com/api/projects/status/cye5ylmhfybnb8t9)](https://ci.appveyor.com/project/bergie/fbp) | ||
$ fbp somefile.fbp [--case-sensitive] > somefile.json | ||
``` | ||
$ fbp somefile.fbp [--case-sensitive] > somefile.json | ||
``` | ||
And for converting JSON files into FBP: | ||
``` | ||
$ fbp somefile.json [--case-sensitive] > somefile.fbp | ||
``` | ||
## Language for Flow-Based Programming | ||
@@ -39,3 +48,3 @@ | ||
You can connect multiple components and ports together on one line, and separate connection definitions with a newline or a comma (`,`). | ||
You can connect multiple components and ports together on one line, and separate connection definitions with a newline or a comma (`,`). | ||
@@ -42,0 +51,0 @@ Components only have to be specified the first time you mention a new process. Afterwards, simply use the process name. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
154980
16
2974
1
108