2013-07-20 16:56:59 -05:00
|
|
|
{
|
|
|
|
"author": {
|
2014-01-19 09:13:28 -06:00
|
|
|
"name": "Torkel Ödegaard",
|
|
|
|
"company": "Coding Instinct AB"
|
2013-07-20 16:56:59 -05:00
|
|
|
},
|
2014-01-19 09:13:28 -06:00
|
|
|
"name": "grafana",
|
2017-03-08 10:10:51 -06:00
|
|
|
"version": "4.3.0-pre1",
|
2013-10-28 14:57:14 -05:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-02-29 21:25:54 -06:00
|
|
|
"url": "http://github.com/grafana/grafana.git"
|
2013-10-28 14:57:14 -05:00
|
|
|
},
|
2013-07-20 16:56:59 -05:00
|
|
|
"devDependencies": {
|
2016-08-12 06:19:06 -05:00
|
|
|
"autoprefixer": "^6.4.0",
|
2015-12-17 12:18:30 -06:00
|
|
|
"es6-promise": "^3.0.2",
|
2016-05-18 04:50:40 -05:00
|
|
|
"es6-shim": "^0.35.1",
|
2014-08-07 06:44:09 -05:00
|
|
|
"expect.js": "~0.2.0",
|
2016-12-09 08:57:25 -06: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-25 18:03:22 -05:00
|
|
|
"grunt-contrib-compress": "^1.3.0",
|
2016-12-09 08:57:25 -06: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 15:53:00 -06:00
|
|
|
"grunt-exec": "^1.0.1",
|
2016-12-09 08:57:25 -06: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 10:48:09 -06:00
|
|
|
"grunt-postcss": "^0.8.0",
|
2016-12-09 08:57:25 -06:00
|
|
|
"grunt-sass": "^1.2.1",
|
|
|
|
"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 05:01:48 -06:00
|
|
|
"phantomjs-prebuilt": "^2.1.14",
|
2016-12-09 08:57:25 -06:00
|
|
|
"reflect-metadata": "0.1.8",
|
2016-12-09 17:41:07 -06:00
|
|
|
"rxjs": "^5.0.0-rc.5",
|
2016-12-09 08:57:25 -06:00
|
|
|
"sass-lint": "^1.10.2",
|
|
|
|
"systemjs": "0.19.41",
|
|
|
|
"zone.js": "^0.7.2"
|
2013-07-20 16:56:59 -05:00
|
|
|
},
|
2014-02-01 04:26:22 -06:00
|
|
|
"engines": {
|
2016-06-28 07:36:15 -05:00
|
|
|
"node": "4.x",
|
2015-09-13 05:13:47 -05:00
|
|
|
"npm": "2.14.x"
|
2014-02-01 04:26:22 -06:00
|
|
|
},
|
|
|
|
"scripts": {
|
2017-01-23 08:53:47 -06:00
|
|
|
"build": "./node_modules/grunt-cli/bin/grunt",
|
|
|
|
"test": "./node_modules/grunt-cli/bin/grunt test"
|
2014-02-01 04:26:22 -06:00
|
|
|
},
|
2015-08-26 17:35:59 -05:00
|
|
|
"license": "Apache-2.0",
|
2014-05-31 00:46:39 -05:00
|
|
|
"dependencies": {
|
2016-12-09 08:57:25 -06:00
|
|
|
"eventemitter3": "^2.0.2",
|
2016-11-04 05:43:44 -05:00
|
|
|
"gaze": "^1.1.2",
|
2016-12-09 08:57:25 -06:00
|
|
|
"grunt-jscs": "3.0.1",
|
|
|
|
"grunt-sass-lint": "^0.2.2",
|
|
|
|
"grunt-sync": "^0.6.2",
|
|
|
|
"karma-sinon": "^1.0.5",
|
|
|
|
"lodash": "^4.17.2",
|
2016-11-02 06:55:58 -05:00
|
|
|
"mousetrap": "^1.6.0",
|
2016-12-09 08:57:25 -06:00
|
|
|
"remarkable": "^1.7.1",
|
|
|
|
"sinon": "1.17.6",
|
|
|
|
"systemjs-builder": "^0.15.34",
|
|
|
|
"tether": "^1.4.0",
|
2017-01-08 23:00:07 -06:00
|
|
|
"tether-drop": "https://github.com/torkelo/drop",
|
2016-12-09 08:57:25 -06:00
|
|
|
"tslint": "^4.0.2",
|
|
|
|
"typescript": "^2.1.4",
|
2016-10-27 14:51:57 -05:00
|
|
|
"virtual-scroll": "^1.1.1"
|
2014-05-31 00:46:39 -05:00
|
|
|
}
|
2013-07-20 16:56:59 -05:00
|
|
|
}
|