File: //opt/code/node_modules/highcharts/package.json
{
"name": "highcharts",
"description": "JavaScript charting framework",
"homepage": "http://www.highcharts.com",
"version": "5.0.15",
"author": {
"name": "Highsoft AS",
"email": "support@highcharts.com",
"url": "http://www.highcharts.com/about"
},
"main": "highcharts.js",
"repository": {
"type": "git",
"url": "https://github.com/highcharts/highcharts-dist"
},
"keywords": [
"charts",
"dataviz",
"graphs",
"visualization",
"data",
"browserify",
"webpack"
],
"bugs": {
"url": "https://github.com/highcharts/highcharts/issues"
},
"license": "https://www.highcharts.com/license",
"readme": "Highcharts is a JavaScript charting library based on SVG, with fallbacks to VML and canvas for old browsers. This package also contains Highstock, the financial charting package, and Highmaps for geo maps.\r\n\r\n_For NPM users, please note that this module replaces the previous [Highcharts Server](https://www.npmjs.com/package/highcharts-server) module._\r\n\r\n* Official website: [www.highcharts.com](http://www.highcharts.com)\r\n* Download page: [www.highcharts.com/download](http://www.highcharts.com/download)\r\n* Licensing: [www.highcharts.com/license](http://www.highcharts.com/license)\r\n* Support: [www.highcharts.com/support](http://www.highcharts.com/support)\r\n* Issues: [Working repo](https://github.com/highcharts/highcharts/issues)\r\n\r\n## Example Usage in Node/Browserify/Webpack\r\nPlease note that there are several ways to use Highcharts. For general installation instructions, see [the docs](http://www.highcharts.com/docs/getting-started/installation).\r\n\r\nFirst, install the highcharts package.\r\n```\r\nnpm install highcharts\r\n```\r\n\r\nNow load Highcharts in your project.\r\n```js\r\n// Load Highcharts\r\nvar Highcharts = require('highcharts');\r\n\r\n// Alternatively, this is how to load Highstock or Highmaps\r\n// var Highcharts = require('highcharts/highstock');\r\n// var Highcharts = require('highcharts/highmaps');\r\n\r\n// This is how a module is loaded. Pass in Highcharts as a parameter.\r\nrequire('highcharts/modules/exporting')(Highcharts);\r\n\r\n// Generate the chart\r\nvar chart = Highcharts.chart('container', {\r\n\tseries: [{\r\n\t\tdata: [1, 3, 2, 4]\r\n\t}],\r\n \t// ... more options - see http://api.highcharts.com/highcharts\r\n});\r\n```\r\n",
"readmeFilename": "README.md",
"_id": "highcharts@5.0.15",
"dist": {
"shasum": "c8acd509e0f8860c0ac801b41899adc7f685478c"
},
"_from": "highcharts@^5.0.14",
"_resolved": "http://registry.npmjs.org/highcharts/-/highcharts-5.0.15.tgz"
}