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",
|
2016-05-16 04:39:16 -05:00
|
|
|
"version": "3.1.0",
|
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-03-30 10:10:22 -05:00
|
|
|
"zone.js": "^0.6.6",
|
2016-03-07 10:48:09 -06:00
|
|
|
"autoprefixer": "^6.3.3",
|
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",
|
|
|
|
"glob": "~3.2.7",
|
2013-07-20 16:56:59 -05:00
|
|
|
"grunt": "~0.4.0",
|
2014-08-07 06:44:09 -05:00
|
|
|
"grunt-angular-templates": "^0.5.5",
|
|
|
|
"grunt-cli": "~0.1.13",
|
2015-12-21 09:00:58 -06:00
|
|
|
"grunt-contrib-clean": "~0.7.0",
|
|
|
|
"grunt-contrib-compress": "~0.14.0",
|
|
|
|
"grunt-contrib-concat": "^0.5.1",
|
|
|
|
"grunt-contrib-copy": "~0.8.2",
|
|
|
|
"grunt-contrib-cssmin": "~0.14.0",
|
2015-12-02 11:22:47 -06:00
|
|
|
"grunt-contrib-htmlmin": "~0.6.0",
|
2016-03-01 01:43:54 -06:00
|
|
|
"grunt-contrib-jshint": "~1.0.0",
|
2015-12-21 09:00:58 -06:00
|
|
|
"grunt-contrib-uglify": "~0.11.0",
|
2014-08-10 07:03:10 -05:00
|
|
|
"grunt-contrib-watch": "^0.6.1",
|
2014-08-07 06:44:09 -05:00
|
|
|
"grunt-filerev": "^0.2.1",
|
|
|
|
"grunt-git-describe": "~2.3.2",
|
2016-04-03 08:43:33 -05:00
|
|
|
"grunt-karma": "~0.12.2",
|
2015-12-21 09:00:58 -06:00
|
|
|
"grunt-ng-annotate": "^1.0.1",
|
2016-02-06 16:37:33 -06:00
|
|
|
"grunt-notify": "^0.4.3",
|
2016-03-07 10:48:09 -06:00
|
|
|
"grunt-postcss": "^0.8.0",
|
2016-02-19 05:26:39 -06:00
|
|
|
"grunt-sass": "^1.1.0",
|
2015-12-21 09:00:58 -06:00
|
|
|
"grunt-string-replace": "~1.2.1",
|
2016-03-28 23:16:49 -05:00
|
|
|
"grunt-systemjs-builder": "^0.2.6",
|
2016-02-20 10:54:51 -06:00
|
|
|
"grunt-tslint": "^3.0.2",
|
2015-12-16 05:21:13 -06:00
|
|
|
"grunt-typescript": "^0.8.0",
|
2014-12-31 12:01:10 -06:00
|
|
|
"grunt-usemin": "3.0.0",
|
2016-03-01 01:43:54 -06:00
|
|
|
"jshint-stylish": "~2.1.0",
|
2016-04-03 08:43:33 -05:00
|
|
|
"karma": "0.13.22",
|
2015-12-21 09:00:58 -06:00
|
|
|
"karma-chrome-launcher": "~0.2.2",
|
|
|
|
"karma-coverage": "0.5.3",
|
|
|
|
"karma-coveralls": "1.1.2",
|
2014-08-07 06:44:09 -05:00
|
|
|
"karma-expect": "~1.1.0",
|
2015-12-21 09:00:58 -06:00
|
|
|
"karma-mocha": "~0.2.1",
|
2016-03-23 07:26:38 -05:00
|
|
|
"karma-phantomjs-launcher": "1.0.0",
|
2015-12-21 09:00:58 -06:00
|
|
|
"load-grunt-tasks": "3.4.0",
|
|
|
|
"mocha": "2.3.4",
|
2016-03-23 07:26:38 -05:00
|
|
|
"phantomjs-prebuilt": "^2.1.3",
|
2015-12-17 12:18:30 -06:00
|
|
|
"reflect-metadata": "0.1.2",
|
2016-04-07 18:23:20 -05:00
|
|
|
"rxjs": "5.0.0-beta.4",
|
2016-04-22 02:47:30 -05:00
|
|
|
"sass-lint": "^1.6.0",
|
2016-03-28 23:16:49 -05:00
|
|
|
"systemjs": "0.19.24"
|
2013-07-20 16:56:59 -05:00
|
|
|
},
|
2014-02-01 04:26:22 -06:00
|
|
|
"engines": {
|
2015-09-13 05:13:47 -05:00
|
|
|
"node": "0.4.x",
|
|
|
|
"npm": "2.14.x"
|
2014-02-01 04:26:22 -06:00
|
|
|
},
|
|
|
|
"scripts": {
|
2016-04-25 11:44:26 -05:00
|
|
|
"build": "grunt",
|
2014-08-07 07:58:57 -05:00
|
|
|
"test": "grunt test",
|
2016-02-12 02:58:00 -06:00
|
|
|
"coveralls": "grunt karma:coveralls && rm -rf ./coverage"
|
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-04-07 18:47:48 -05:00
|
|
|
"eventemitter3": "^1.2.0",
|
2015-03-25 10:06:13 -05:00
|
|
|
"grunt-jscs": "~1.5.x",
|
2016-02-19 08:29:43 -06:00
|
|
|
"grunt-sass-lint": "^0.1.0",
|
2015-09-10 04:26:40 -05:00
|
|
|
"grunt-sync": "^0.4.1",
|
2014-08-07 03:42:05 -05:00
|
|
|
"karma-sinon": "^1.0.3",
|
2016-02-13 07:32:20 -06:00
|
|
|
"lodash": "^2.4.1",
|
2016-03-07 11:03:45 -06:00
|
|
|
"remarkable": "^1.6.2",
|
2015-12-16 05:21:13 -06:00
|
|
|
"sinon": "1.16.1",
|
2016-03-28 23:16:49 -05:00
|
|
|
"systemjs-builder": "^0.15.13",
|
2016-02-21 08:21:01 -06:00
|
|
|
"tether": "^1.2.0",
|
|
|
|
"tether-drop": "^1.4.2",
|
2016-02-20 10:54:51 -06:00
|
|
|
"tslint": "^3.4.0",
|
2015-12-16 05:21:13 -06:00
|
|
|
"typescript": "^1.7.5"
|
2014-05-31 00:46:39 -05:00
|
|
|
}
|
2013-07-20 16:56:59 -05:00
|
|
|
}
|