-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 710 Bytes
/
Copy pathbower.json
File metadata and controls
32 lines (32 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "react-swf",
"version": "1.0.7",
"license": "MIT",
"description": "Shockwave Flash Player component for React",
"authors": ["Andreas Svensson <andreas@syranide.com>"],
"homepage": "https://github.com/syranide/react-swf",
"bugs": "https://github.com/syranide/react-swf/issues",
"main": "react-swf.js",
"repository": {
"type": "git",
"url": "https://github.com/syranide/react-swf"
},
"dependencies": {
"react": "^15.0.0-0 || ^16.0.0-0",
"prop-types": "^15.0.0-0"
},
"keywords": [
"react",
"react-component",
"component",
"swf",
"shockwave",
"flash",
"player",
"object",
"embed"
],
"ignore": [
"npm-react-swf/"
]
}