UNPKG

chartist

Version:

Simple, responsive charts

61 lines 1.28 kB
{ "name": "chartist", "type": "module", "version": "1.4.0", "description": "Simple, responsive charts", "author": "Gion Kunz", "homepage": "https://chartist.dev", "license": "MIT OR WTFPL", "licenses": [ { "type": "WTFPL", "url": "https://github.com/chartist-js/chartist/blob/main/LICENSE-WTFPL" }, { "type": "MIT", "url": "https://github.com/chartist-js/chartist/blob/main/LICENSE-MIT" } ], "repository": { "type": "git", "url": "https://github.com/chartist-js/chartist.git" }, "bugs": { "url": "https://github.com/chartist-js/chartist/issues" }, "keywords": [ "chartist", "responsive charts", "charts", "charting" ], "engines": { "node": ">=14" }, "sideEffects": [ "*.css", "*.scss" ], "types": "./dist/index.d.ts", "style": "./dist/index.css", "unpkg": "./dist/index.umd.js", "jsdelivr": "./dist/index.umd.js", "main": "./dist/index.cjs", "publishConfig": { "directory": "package" }, "files": [ "dist", "LICENSE-WTFPL", "LICENSE-MIT" ], "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.js" }, "./dist/*": "./dist/*" }, "module": "./dist/index.js", "scripts": {} }