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",
|
2015-12-14 10:10:30 -06:00
|
|
|
"version": "3.0.0-pre1",
|
2013-10-28 14:57:14 -05:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-01-19 09:13:28 -06:00
|
|
|
"url": "http://github.com/torkelo/grafana.git"
|
2013-10-28 14:57:14 -05:00
|
|
|
},
|
2013-07-20 16:56:59 -05:00
|
|
|
"devDependencies": {
|
2015-12-17 12:18:30 -06:00
|
|
|
"angular2": "2.0.0-beta.0",
|
|
|
|
"es6-promise": "^3.0.2",
|
|
|
|
"es6-shim": "^0.33.3",
|
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",
|
2015-12-21 09:00:58 -06:00
|
|
|
"grunt-contrib-jshint": "~0.11.3",
|
2014-08-07 06:44:09 -05:00
|
|
|
"grunt-contrib-less": "~0.7.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",
|
2015-12-21 09:00:58 -06:00
|
|
|
"grunt-karma": "~0.12.1",
|
|
|
|
"grunt-ng-annotate": "^1.0.1",
|
|
|
|
"grunt-string-replace": "~1.2.1",
|
2015-12-17 12:18:30 -06:00
|
|
|
"grunt-systemjs-builder": "^0.2.5",
|
2016-01-13 14:07:57 -06:00
|
|
|
"grunt-tslint": "^3.0.1",
|
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",
|
2014-08-07 06:44:09 -05:00
|
|
|
"jshint-stylish": "~0.1.5",
|
2015-12-21 09:00:58 -06:00
|
|
|
"karma": "~0.13.15",
|
|
|
|
"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",
|
|
|
|
"karma-phantomjs-launcher": "0.2.1",
|
|
|
|
"load-grunt-tasks": "3.4.0",
|
|
|
|
"mocha": "2.3.4",
|
2016-01-08 09:27:43 -06:00
|
|
|
"phantomjs": "^1.9.19",
|
2015-12-17 12:18:30 -06:00
|
|
|
"reflect-metadata": "0.1.2",
|
2015-12-16 05:21:13 -06:00
|
|
|
"rxjs": "5.0.0-beta.0",
|
2016-02-10 06:09:39 -06:00
|
|
|
"systemjs": "0.19.20",
|
2015-12-16 05:21:13 -06:00
|
|
|
"zone.js": "0.5.10"
|
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": {
|
2014-08-07 07:58:57 -05:00
|
|
|
"test": "grunt test",
|
2016-01-28 13:37:24 -06:00
|
|
|
"coveralls": "grunt karma:coveralls && rm -rf ./coverage",
|
2016-02-04 15:44:25 -06:00
|
|
|
"postinstall": "./node_modules/.bin/grunt copy:node_modules"
|
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": {
|
2015-12-21 04:10:16 -06:00
|
|
|
"es5-shim": "^4.4.1",
|
2015-03-25 10:06:13 -05:00
|
|
|
"grunt-jscs": "~1.5.x",
|
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-10 06:09:39 -06:00
|
|
|
"lodash": "^4.0.0",
|
2015-12-16 05:21:13 -06:00
|
|
|
"sinon": "1.16.1",
|
2016-02-10 06:09:39 -06:00
|
|
|
"systemjs-builder": "^0.15.7",
|
2016-01-14 08:35:14 -06:00
|
|
|
"tslint": "^3.2.1",
|
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
|
|
|
}
|