svg-arc-next
Version:
Fork of svg-arc for modernization
48 lines (47 loc) • 1.08 kB
JSON
{
"name": "svg-arc-next",
"version": "2.0.0",
"description": "Fork of svg-arc for modernization",
"homepage": "https://github.com/brev/svg-arc-next/tree/main#readme",
"license": "MIT",
"main": "index.js",
"type": "module",
"author": {
"name": "Brev Patterson",
"url": "https://github.com/brev"
},
"bugs": {
"url": "https://github.com/brev/svg-arc-next/issues"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"eslint": "^7.7.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-vue": "^6.2.2",
"jest": "^26.4.2",
"regenerator-runtime": "^0.13.7"
},
"keywords": [
"svg",
"arc",
"next",
"circle",
"annulus",
"sector",
"circular",
"annular"
],
"repository": {
"type": "git",
"url": "https://github.com/brev/svg-arc-next.git"
},
"scripts": {
"test": "jest",
"test:cover": "jest --coverage"
}
}