UNPKG

1.16 kBJSONView Raw
1{
2 "name": "react-art",
3 "description": "React ART is a JavaScript library for drawing vector graphics using React. It provides declarative and reactive bindings to the ART library. Using the same declarative API you can render the output to either Canvas, SVG or VML (IE8).",
4 "version": "16.9.0",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/facebook/react.git",
9 "directory": "packages/react-art"
10 },
11 "keywords": [
12 "react",
13 "art",
14 "svg",
15 "vml",
16 "canvas",
17 "jsx"
18 ],
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/facebook/react/issues"
22 },
23 "homepage": "https://reactjs.org/",
24 "dependencies": {
25 "art": "^0.10.1",
26 "create-react-class": "^15.6.2",
27 "loose-envify": "^1.1.0",
28 "object-assign": "^4.1.1",
29 "prop-types": "^15.6.2",
30 "scheduler": "^0.15.0"
31 },
32 "peerDependencies": {
33 "react": "^16.0.0"
34 },
35 "files": [
36 "LICENSE",
37 "README.md",
38 "build-info.json",
39 "index.js",
40 "cjs/",
41 "umd/",
42 "Circle.js",
43 "Rectangle.js",
44 "Wedge.js"
45 ],
46 "browserify": {
47 "transform": [
48 "loose-envify"
49 ]
50 }
51}