-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.46 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "gauge-hotnipi",
"version": "1.0.0",
"private": false,
"description": "A nice looking gauge gifted by hotnipi for use in Node-RED, uibuilder and other uses.",
"browser": "./gauge-hotnipi.iife.min.js",
"scripts": {
"build": "echo \"Error: no build process specified\" && exit 1"
},
"devDependencies": {
"eslint": "^8.31.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-es": "^4.1.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^44.2.4",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-sonarjs": "^0",
"execa": "^5",
"fs-extra": "^11.1.1",
"gulp": "^4.0.2",
"gulp-esbuild": "^0.11.1",
"gulp-json-editor": "^2.5.6"
},
"keywords": [
"gauge",
"chart",
"node-red-contrib-uibuilder"
],
"author": "hotNipi",
"contributors": [{
"name": "Julian Knight (TotallyInformation)",
"url": "https://github.com/TotallyInformation"
}, {
"name": "hotNipi",
"url": "https://github.com/hotNipi"
}],
"license": "Apache-2.0",
"homepage": "https://github.com/TotallyInformation/gauge-hotnipi",
"bugs": "https://github.com/TotallyInformation/gauge-hotnipi/issues",
"repository": {
"type": "git",
"url": "https://github.com/TotallyInformation/gauge-hotnipi.git"
},
"browserslist": [
"> 0.5%",
"maintained versions",
"last 2 versions",
"not dead",
"not ie > 0"
]
}