UNPKG

chartist-plugin-axistitle

Version:
60 lines (59 loc) 1.59 kB
{ "name": "chartist-plugin-axistitle", "description": "Axis Title Plugin for Chartist.js", "version": "0.0.7", "author": "Alex Stanbury", "homepage": "https://alexstanbury.github.io/chartist-plugin-axistitle", "repository": { "type": "git", "url": "https://github.com/alexstanbury/chartist-plugin-axistitle.git" }, "bugs": { "url": "https://github.com/alexstanbury/chartist-plugin-axistitle/issues" }, "keywords": [ "chartist", "plugin" ], "files": [ "dist", "LICENSE", "package.json", "README.md" ], "main": "dist/chartist-plugin-axistitle.js", "browser": "dist/chartist-plugin-axistitle.js", "licenses": [ { "type": "MIT", "url": "https://github.com/alexstanbury/chartist-plugin-axistitle/blob/master/LICENSE" } ], "dependencies": {}, "devDependencies": { "chartist": "~0.10.1", "grunt": "^0.4.5", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-copy": "^0.7.0", "grunt-contrib-jasmine": "~0.8.1", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-uglify": "^0.6.0", "grunt-umd": "~2.2.1", "grunt-newer": "^0.8.0", "jshint-stylish": "~1.0.0", "load-grunt-config": "^0.16.0", "time-grunt": "^1.0.0" }, "engines": { "node": ">=0.8.0" }, "scripts": { "build": "grunt build" }, "config": { "banner": "/* chartist-plugin-axistitle <%= pkg.version %>\n * Copyright © <%= year %> Alex Stanbury\n * Free to use under the WTFPL license.\n * http://www.wtfpl.net/\n */\n", "src": "src", "dist": "dist", "tmp": ".tmp" } }