-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.2 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.2 KB
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
42
{
"name": "@pluginfactory/logbook-node-driver",
"version": "1.0.2",
"description": "Connectivity and logs driver for logbook (A Realtime logging tool by pluginfactory)",
"main": "lib/bundle.js",
"scripts": {
"build": "rollup --config rollup.config.js --file lib/bundle.js",
"start": "node launcher"
},
"keywords": [],
"author": "gaurav sharma",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.2",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.2.0",
"@babel/register": "^7.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.10.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"rollup": "^0.68.0",
"rollup-plugin-node-resolve": "^4.0.0"
},
"dependencies": {
"request": "^2.88.0",
"socket.io-client": "^2.2.0"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pluginfactory/logbook-node-driver.git"
},
"bugs": {
"url": "https://github.com/pluginfactory/logbook-node-driver/issues"
},
"homepage": "https://github.com/pluginfactory/logbook-node-driver#readme"
}