File tree 3 files changed +42
-0
lines changed
3 files changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " airbnb-base"
3
+ }
Original file line number Diff line number Diff line change
1
+ /package-lock.json
2
+ /node_modules /
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " fbp-client" ,
3
+ "version" : " 0.1.0" ,
4
+ "description" : " Higher-level client library for the FBP protocol" ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "pretest" : " eslint *.js lib/*.js" ,
8
+ "test" : " mocha --reporter spec spec/*.js"
9
+ },
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " git://github.com/flowbased/fbp-client.git"
13
+ },
14
+ "keywords" : [
15
+ " fbp" ,
16
+ " client" ,
17
+ " protocol" ,
18
+ " noflo"
19
+ ],
20
+ "author" :
" Henri Bergius <[email protected] >" ,
21
+ "license" : " MIT" ,
22
+ "bugs" : {
23
+ "url" : " https://github.com/flowbased/fbp-client/issues"
24
+ },
25
+ "homepage" : " https://github.com/flowbased/fbp-client#readme" ,
26
+ "dependencies" : {
27
+ "fbp-protocol" : " ^0.8.1" ,
28
+ "fbp-protocol-client" : " ^0.2.2"
29
+ },
30
+ "devDependencies" : {
31
+ "chai" : " ^4.1.2" ,
32
+ "eslint" : " ^4.19.0" ,
33
+ "eslint-config-airbnb-base" : " ^12.1.0" ,
34
+ "eslint-plugin-import" : " ^2.9.0" ,
35
+ "mocha" : " ^5.0.4"
36
+ }
37
+ }
You can’t perform that action at this time.
0 commit comments