UNPKG

@verivox/tiny-donuts

Version:
50 lines (49 loc) 1.32 kB
{ "name": "@verivox/tiny-donuts", "version": "1.1.3", "description": "A tiny donut chart library", "main": "dist/tiny_donuts.min.js", "types": "dist/index.d.ts", "scripts": { "build": "webpack", "lint": "tslint -p tsconfig.json", "test": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' mocha -r ts-node/register tests/*.spec.ts", "test:watch": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' mocha -r ts-node/register --watch-extensions ts -w tests/*.spec.*" }, "repository": { "type": "git", "url": "git@github.com:verivox/tiny-donuts.git" }, "keywords": [ "Chart", "Charts", "Doughnut", "Doughnuts", "Donut", "Donuts", "svg", "small", "tiny", "typescript" ], "author": "Kim Almasan <kim.almasan@kumbier.it> (https://kumbier.it)", "contributors": [ "Lars Kumbier <lars@kumbier.it> (https://kumbier.it)" ], "license": "MIT", "devDependencies": { "@types/jsdom": "^16.1.0", "@types/mocha": "^7.0.2", "@types/parse5": "^5.0.2", "jsdom": "^16.2.1", "mocha": "^7.1.0", "mocha-junit-reporter": "^1.23.3", "parse5": "^5.1.1", "ts-loader": "^6.2.1", "ts-node": "^8.6.2", "tslint": "^6.1.0", "typescript": "^3.8.3", "webpack": "^4.42.0", "webpack-cli": "^3.3.11" } }