-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 938 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "fbp-diff",
"version": "0.0.8",
"description": "Diff tool for FBP graphs",
"main": "index.js",
"directories": {
"doc": "doc"
},
"bin": {
"fbp-diff": "./bin/fbp-diff",
"fbp-git-diff": "./bin/fbp-git-diff",
"fbp-git-log": "./bin/fbp-git-log"
},
"scripts": {
"test": "mocha --reporter spec --compilers .coffee:coffee-script/register spec/*.coffee"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flowbased/fbp-diff.git"
},
"keywords": [
"FBP",
"microflo",
"noflo",
"diff",
"git"
],
"author": "Jon Nordby <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/flowbased/fbp-diff/issues"
},
"homepage": "https://github.com/flowbased/fbp-diff#readme",
"devDependencies": {
"chai": "^4.0.2",
"coffee-script": "^1.10.0",
"js-yaml": "~3.10.0",
"fbp": "^1.5.0",
"mocha": "^5.0.0"
}
}