-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.61 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
{
"name": "grafana-netspyglass",
"private": true,
"version": "2.3.3",
"description": "",
"scripts": {
"test": "grunt build test",
"fix-plugin-version": "grunt fix-plugin-version",
"build": "grunt build",
"build-prod": "npm --no-git-tag-version version patch && grunt fix-plugin-version && NODE_ENV=production grunt build",
"build-prod:minor": "npm --no-git-tag-version version minor && grunt fix-plugin-version && NODE_ENV=production grunt build",
"build-prod:major": "npm --no-git-tag-version version major && grunt fix-plugin-version && NODE_ENV=production grunt build",
"build-prod:test": "NODE_ENV=production grunt build"
},
"repository": {
"type": "git",
"url": "https://github.com/happygears/netspyglass-grafana.git"
},
"author": "",
"license": "Happy Gears EULA",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-define": "^1.3.2",
"babel-plugin-transform-es2015-for-of": "^6.23.0",
"babel-plugin-transform-es2015-modules-systemjs": "^6.24.1",
"babel-preset-env": "^1.6.0",
"grunt": "^1.5.3",
"grunt-babel": "^7.0.0",
"grunt-cli": "~1.2.0",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "~0.13.3",
"grunt-sass": "^3.1.0"
},
"devDependencies": {
"angular": "~1.8.3",
"angular-mocks": "~1.6.1",
"chai": "~3.5.0",
"jsdom": "^16.5.0",
"lodash": "^4.17.21",
"mocha": "^10.1.0",
"moment": "^2.29.4",
"node-sass": "^8.0.0",
"prunk": "~1.3.0",
"q": "~1.5.0"
},
"homepage": "http://www.happygears.net"
}