UNPKG

1.77 kBJSONView Raw
1{
2 "name": "fbp-spec",
3 "version": "0.6.6",
4 "description": "Data-driven FBP component/graph testing tool",
5 "keywords": [
6 "fbp"
7 ],
8 "author": "Jon Nordby <jononor@gmail.com> (http://www.jonnor.com)",
9 "repository": {
10 "type": "git",
11 "url": "http://github.com/flowbased/fbp-spec.git"
12 },
13 "bugs": "http://github.com/flowbased/fbp-spec/issues",
14 "homepage": "http://flowbased.org",
15 "license": "MIT",
16 "main": "index.js",
17 "engines": {
18 "node": ">=6.0.0"
19 },
20 "scripts": {
21 "test": "grunt test --stack"
22 },
23 "bin": {
24 "fbp-spec": "./bin/fbp-spec",
25 "fbp-spec-mocha": "./bin/fbp-spec-mocha"
26 },
27 "dependencies": {
28 "JSONPath": "~0.11.2",
29 "bluebird": "^3.5.0",
30 "chai": "~4.1.0",
31 "commander": "~2.9.0",
32 "debug": "~3.1.0",
33 "fbp": "^1.7.0",
34 "fbp-client": "^0.3.0",
35 "fbp-graph": "^0.3.1",
36 "js-yaml": "~3.12.0",
37 "mocha": "~5.2.0",
38 "tv4": "~1.3.0"
39 },
40 "devDependencies": {
41 "babel-core": "^6.26.0",
42 "babel-loader": "^7.1.4",
43 "babel-preset-es2015": "^6.24.1",
44 "coffee-loader": "^0.9.0",
45 "coffeelint": "^1.13.0",
46 "coffeescript": "^2.0.2",
47 "es6-shim": "^0.35.3",
48 "grunt": "^1.0.1",
49 "grunt-coffeelint": "^0.0.16",
50 "grunt-contrib-coffee": "^2.0.0",
51 "grunt-contrib-connect": "^1.0.1",
52 "grunt-contrib-copy": "^1.0.0",
53 "grunt-contrib-watch": "^1.0.0",
54 "grunt-exec": "^2.0.0",
55 "grunt-gh-pages": "^2.0.0",
56 "grunt-mocha-phantomjs": "^4.0.0",
57 "grunt-mocha-test": "^0.13.2",
58 "grunt-webpack": "^3.0.2",
59 "grunt-yaml": "^0.4.2",
60 "grunt-yamllint": "https://github.com/gruntjs-updater/grunt-yamllint.git#8e7c04a",
61 "isomorphic-fetch": "^2.2.1",
62 "react": "^0.14.8",
63 "webpack": "^4.16.1",
64 "websocket": "^1.0.26"
65 }
66}