-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
30 lines (30 loc) · 947 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
{
"name": "ymetrilyx",
"version": "0.0.0",
"description": "Metrilyx v2.3.0\r ===============\r Metrilyx is a web based dashboard engine to OpenTSDB, a time series database used to store large amounts of data. It allows for analyzing, cross cutting and viewing of time series data in a simple manner.",
"main": "Gruntfile.js",
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concat-sourcemap": "^0.3.2",
"grunt-contrib-clean": "^0.4.1",
"grunt-karma": "^0.8.3",
"jit-grunt": "^0.7.0",
"karma": "^0.12.19",
"karma-coverage": "^0.2.5",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-qunit": "^0.1.3",
"load-grunt-config": "^0.12.0",
"qunitjs": "^1.14.0"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "[email protected]:B-Team/ymetrilyx.git"
},
"author": "syle",
"license": "ISC"
}