2013-07-20 14:56:59 -07:00
|
|
|
{
|
|
|
|
|
"author": {
|
2014-01-19 16:13:28 +01:00
|
|
|
"name": "Torkel Ödegaard",
|
|
|
|
|
"company": "Coding Instinct AB"
|
2013-07-20 14:56:59 -07:00
|
|
|
},
|
2014-01-19 16:13:28 +01:00
|
|
|
"name": "grafana",
|
2017-07-05 01:26:31 +02:00
|
|
|
"version": "5.0.0-pre1",
|
2013-10-28 12:57:14 -07:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2016-03-01 11:25:54 +08:00
|
|
|
"url": "http://github.com/grafana/grafana.git"
|
2013-10-28 12:57:14 -07:00
|
|
|
},
|
2013-07-20 14:56:59 -07:00
|
|
|
"devDependencies": {
|
2016-08-12 13:19:06 +02:00
|
|
|
"autoprefixer": "^6.4.0",
|
2015-12-17 19:18:30 +01:00
|
|
|
"es6-promise": "^3.0.2",
|
2016-05-18 11:50:40 +02:00
|
|
|
"es6-shim": "^0.35.1",
|
2014-08-07 13:44:09 +02:00
|
|
|
"expect.js": "~0.2.0",
|
2016-12-09 14:57:25 +00:00
|
|
|
"glob": "~7.0.0",
|
|
|
|
|
"grunt": "^0.4.5",
|
|
|
|
|
"grunt-angular-templates": "^1.1.0",
|
|
|
|
|
"grunt-cli": "~1.2.0",
|
|
|
|
|
"grunt-contrib-clean": "~1.0.0",
|
2016-05-26 01:03:22 +02:00
|
|
|
"grunt-contrib-compress": "^1.3.0",
|
2016-12-09 14:57:25 +00:00
|
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
|
|
|
"grunt-contrib-copy": "~1.0.0",
|
|
|
|
|
"grunt-contrib-cssmin": "~1.0.2",
|
|
|
|
|
"grunt-contrib-htmlmin": "~2.0.0",
|
|
|
|
|
"grunt-contrib-jshint": "~1.1.0",
|
|
|
|
|
"grunt-contrib-uglify": "~2.0.0",
|
|
|
|
|
"grunt-contrib-watch": "^1.0.0",
|
2016-12-09 21:53:00 +00:00
|
|
|
"grunt-exec": "^1.0.1",
|
2016-12-09 14:57:25 +00:00
|
|
|
"grunt-filerev": "^2.3.1",
|
|
|
|
|
"grunt-karma": "~2.0.0",
|
|
|
|
|
"grunt-ng-annotate": "^3.0.0",
|
|
|
|
|
"grunt-notify": "^0.4.5",
|
2016-03-07 17:48:09 +01:00
|
|
|
"grunt-postcss": "^0.8.0",
|
2017-07-12 06:55:15 +02:00
|
|
|
"grunt-sass": "^2.0.0",
|
2016-12-09 14:57:25 +00:00
|
|
|
"grunt-string-replace": "~1.3.1",
|
|
|
|
|
"grunt-systemjs-builder": "^0.2.7",
|
|
|
|
|
"grunt-usemin": "3.1.1",
|
|
|
|
|
"jshint-stylish": "~2.2.1",
|
|
|
|
|
"karma": "1.3.0",
|
|
|
|
|
"karma-chrome-launcher": "~2.0.0",
|
|
|
|
|
"karma-coverage": "1.1.1",
|
|
|
|
|
"karma-expect": "~1.1.3",
|
|
|
|
|
"karma-mocha": "~1.3.0",
|
|
|
|
|
"karma-phantomjs-launcher": "1.0.2",
|
|
|
|
|
"load-grunt-tasks": "3.5.2",
|
|
|
|
|
"mocha": "3.2.0",
|
2017-01-02 12:01:48 +01:00
|
|
|
"phantomjs-prebuilt": "^2.1.14",
|
2016-12-09 14:57:25 +00:00
|
|
|
"reflect-metadata": "0.1.8",
|
2016-12-09 23:41:07 +00:00
|
|
|
"rxjs": "^5.0.0-rc.5",
|
2016-12-09 14:57:25 +00:00
|
|
|
"sass-lint": "^1.10.2",
|
|
|
|
|
"systemjs": "0.19.41",
|
|
|
|
|
"zone.js": "^0.7.2"
|
2013-07-20 14:56:59 -07:00
|
|
|
},
|
2014-02-01 11:26:22 +01:00
|
|
|
"engines": {
|
2016-06-28 14:36:15 +02:00
|
|
|
"node": "4.x",
|
2015-09-13 12:13:47 +02:00
|
|
|
"npm": "2.14.x"
|
2014-02-01 11:26:22 +01:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2017-01-23 15:53:47 +01:00
|
|
|
"build": "./node_modules/grunt-cli/bin/grunt",
|
|
|
|
|
"test": "./node_modules/grunt-cli/bin/grunt test"
|
2014-02-01 11:26:22 +01:00
|
|
|
},
|
2015-08-27 07:35:59 +09:00
|
|
|
"license": "Apache-2.0",
|
2014-05-30 22:46:39 -07:00
|
|
|
"dependencies": {
|
2016-12-09 14:57:25 +00:00
|
|
|
"eventemitter3": "^2.0.2",
|
2016-11-04 11:43:44 +01:00
|
|
|
"gaze": "^1.1.2",
|
2017-08-09 16:02:00 +02:00
|
|
|
"gridstack": "https://github.com/grafana/gridstack.js#grafana",
|
2017-08-17 12:06:51 +02:00
|
|
|
"gemini-scrollbar": "https://github.com/grafana/gemini-scrollbar#grafana",
|
2016-12-09 14:57:25 +00:00
|
|
|
"grunt-jscs": "3.0.1",
|
|
|
|
|
"grunt-sass-lint": "^0.2.2",
|
|
|
|
|
"grunt-sync": "^0.6.2",
|
2017-06-13 12:59:37 -04:00
|
|
|
"jquery-ui-dist": "^1.12.1",
|
2016-12-09 14:57:25 +00:00
|
|
|
"karma-sinon": "^1.0.5",
|
|
|
|
|
"lodash": "^4.17.2",
|
2016-11-02 12:55:58 +01:00
|
|
|
"mousetrap": "^1.6.0",
|
2016-12-09 14:57:25 +00:00
|
|
|
"remarkable": "^1.7.1",
|
|
|
|
|
"sinon": "1.17.6",
|
|
|
|
|
"systemjs-builder": "^0.15.34",
|
|
|
|
|
"tether": "^1.4.0",
|
2017-01-09 10:00:07 +05:00
|
|
|
"tether-drop": "https://github.com/torkelo/drop",
|
2017-04-20 11:16:37 +02:00
|
|
|
"tslint": "^5.1.0",
|
|
|
|
|
"typescript": "^2.2.2",
|
2016-10-27 21:51:57 +02:00
|
|
|
"virtual-scroll": "^1.1.1"
|
2014-05-30 22:46:39 -07:00
|
|
|
}
|
2013-07-20 14:56:59 -07:00
|
|
|
}
|