-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 932 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
{
"name": "NetXMS",
"private": false,
"version": "0.0.1",
"description": "NetXMS datasource for Grafana",
"scripts": {
"build": "./node_modules/grunt-cli/bin/grunt",
"test": "./node_modules/grunt-cli/bin/grunt mochaTest"
},
"repository": {
"type": "git",
"url": "https://github.com/netxms/grafana.git"
},
"author": "Raden Solutions",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://track.radensolutions.com/"
},
"engines": {
"node": ">6.10.0"
},
"engineStrict": true,
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"grunt": "^1.4.1",
"grunt-babel": "^8.0.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"load-grunt-tasks": "^5.1.0",
"lodash": "^4.17.21"
},
"dependencies": {},
"homepage": "https://netxms.org"
}