File: //proc/self/root/home/parhudrw/www/wp-content/themes/around/assets/vendor/chartist/package.json
{
"_from": "chartist",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-H4AimxaUD738/u9Mq8t27J4lh6STsLi4BQHt65nOtpLk3xyrBPaLiLMrHw7/WV9CmsjGA02WihjuL5qpSagLYw==",
"_location": "/chartist",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "chartist",
"name": "chartist",
"escapedName": "chartist",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/chartist/-/chartist-0.11.4.tgz",
"_shasum": "e96e1c573d8b67478920a3a6ae52359d9fc8d8b7",
"_spec": "chartist",
"_where": "/Users/rokaux/Sites/around",
"author": {
"name": "Gion Kunz"
},
"browser": "dist/chartist.js",
"bugs": {
"url": "https://github.com/gionkunz/chartist-js/issues"
},
"bundleDependencies": false,
"config": {
"banner": "/* Chartist.js <%= pkg.version %>\n * Copyright © <%= year %> Gion Kunz\n * Free to use under either the WTFPL license or the MIT license.\n * https://raw.githubusercontent.com/gionkunz/chartist-js/master/LICENSE-WTFPL\n * https://raw.githubusercontent.com/gionkunz/chartist-js/master/LICENSE-MIT\n */\n",
"src": "src",
"dist": "dist",
"site": "site",
"tmp": ".tmp",
"public": ".public",
"test": "test"
},
"dependencies": {},
"deprecated": false,
"description": "Simple, responsive charts",
"devDependencies": {
"assemble-dox": "0.0.2",
"grunt": "^1.0.1",
"grunt-assemble": "^0.4.0",
"grunt-concurrent": "^2.3.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-htmlmin": "^1.4.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jasmine": "^1.0.3",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-critical": "^0.2.1",
"grunt-newer": "^1.1.0",
"grunt-sass": "^1.1.0",
"grunt-svgmin": "^3.2.0",
"grunt-template": "^0.2.3",
"grunt-umd": "^2.3.1",
"grunt-usemin": "^3.1.1",
"handlebars-helpers": "^0.6.1",
"jasmine-jquery": "^2.1.1",
"jquery": "^3.0.0",
"jshint-stylish": "^2.2.0",
"load-grunt-config": "^0.19.2",
"lodash": "^4.13.1",
"seed-random": "^2.2.0",
"time-grunt": "^1.0.0"
},
"engines": {
"node": ">=4.6.0"
},
"files": [
"dist",
"LICENSE-WTFPL",
"LICENSE-MIT",
"package.json",
"README.md",
"rescue-campaign.js"
],
"homepage": "https://gionkunz.github.io/chartist-js",
"keywords": [
"chartist",
"responsive charts",
"charts",
"charting"
],
"license": "MIT OR WTFPL",
"licenses": [
{
"type": "WTFPL",
"url": "https://github.com/gionkunz/chartist-js/blob/master/LICENSE-WTFPL"
},
{
"type": "MIT",
"url": "https://github.com/gionkunz/chartist-js/blob/master/LICENSE-MIT"
}
],
"main": "dist/chartist.js",
"name": "chartist",
"repository": {
"type": "git",
"url": "git+https://github.com/gionkunz/chartist-js.git"
},
"scripts": {
"build": "grunt build",
"dev": "grunt dev",
"preview": "grunt preview",
"public": "grunt public",
"start": "grunt",
"test": "grunt test"
},
"style": "dist/chartist.min.css",
"title": "Chartist.js",
"version": "0.11.4"
}