UNPKG

768 BJSONView Raw
1{
2 "name": "fbp",
3 "description": "Parser for the .fbp flow definition language",
4 "version": "1.0.1",
5 "repository": {
6 "type": "git",
7 "url": "git://github.com/noflo/fbp.git"
8 },
9 "licenses": [
10 {
11 "type": "MIT",
12 "url": "undefined/blob/master/LICENSE-MIT"
13 }
14 ],
15 "devDependencies": {
16 "grunt": "~0.4.1",
17 "grunt-cafe-mocha": "~0.1.2",
18 "chai": "~1.5.0",
19 "mocha": "~1.9.0",
20 "grunt-contrib-watch": "~0.3.1",
21 "grunt-peg": "~0.1.0",
22 "grunt-component-build": "~0.2.7",
23 "grunt-mocha-phantomjs": "~0.2.8",
24 "grunt-contrib-uglify": "~0.2.1",
25 "grunt-contrib-coffee": "~0.7.0"
26 },
27 "keywords": [],
28 "scripts": {
29 "test": "grunt test"
30 },
31 "main": "./lib/fbp",
32 "bin": {
33 "fbp": "./bin/fbp"
34 }
35}