source: node_modules/@types/d3-path/package.json

Last change on this file was a762898, checked in by istevanoska <ilinastevanoska@…>, 5 months ago

Added visualizations

  • Property mode set to 100644
File size: 1.3 KB
Line 
1{
2 "name": "@types/d3-path",
3 "version": "3.1.1",
4 "description": "TypeScript definitions for d3-path",
5 "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-path",
6 "license": "MIT",
7 "contributors": [
8 {
9 "name": "Tom Wanzek",
10 "githubUsername": "tomwanzek",
11 "url": "https://github.com/tomwanzek"
12 },
13 {
14 "name": "Alex Ford",
15 "githubUsername": "gustavderdrache",
16 "url": "https://github.com/gustavderdrache"
17 },
18 {
19 "name": "Boris Yankov",
20 "githubUsername": "borisyankov",
21 "url": "https://github.com/borisyankov"
22 },
23 {
24 "name": "Nathan Bierema",
25 "githubUsername": "Methuselah96",
26 "url": "https://github.com/Methuselah96"
27 }
28 ],
29 "main": "",
30 "types": "index.d.ts",
31 "repository": {
32 "type": "git",
33 "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
34 "directory": "types/d3-path"
35 },
36 "scripts": {},
37 "dependencies": {},
38 "peerDependencies": {},
39 "typesPublisherContentHash": "a49fc946781c1138c0dd932ed2a34ea60587bcc0b39790e4eb9a51cb32aaa90b",
40 "typeScriptVersion": "5.0"
41}
Note: See TracBrowser for help on using the repository browser.