|
- {
- "name": "peity",
- "version": "3.3.0",
- "description": "Peity (sounds like deity) is a jQuery plugin that converts an element's content into a mini `svg` pie, line or bar chart.",
- "main": "jquery.peity.js",
- "files": [
- "CHANGELOG.md",
- "LICENCE",
- "README.md",
- "jquery.peity.js",
- "jquery.peity.min.js"
- ],
- "devDependencies": {
- "ejs": "^2.5.5",
- "express": "^4.14.1",
- "mocha": "^3.2.0",
- "queue-async": "^1.2.1",
- "uglify-js": "^3.3.7"
- },
- "scripts": {
- "test": "make test"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/benpickles/peity.git"
- },
- "keywords": [
- "jquery-plugin",
- "ecosystem:jquery",
- "chart",
- "graph",
- "sparkline",
- "svg"
- ],
- "author": "Ben Pickles",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/benpickles/peity/issues"
- },
- "homepage": "https://github.com/benpickles/peity"
- }
|