-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
51 lines (51 loc) · 1.18 KB
/
package.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "react-responsive-embed",
"version": "2.1.0",
"description": "Embed iframes responsively",
"main": "lib/index.js",
"scripts": {
"test": "ava",
"prepublish": "npm run build",
"build": "babel src -d lib",
"docs": "static-react docs/components/Page.js > docs/index.html"
},
"author": "oilzilla <[email protected]>",
"license": "MIT",
"devDependencies": {
"ava": "^0.23.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"prop-types": "^15.6.0",
"react": "^16.0",
"react-dom": "^16.0.0",
"react-test-renderer": "^16.0.0",
"standard": "^10.0.3",
"static-react": "^3.2.0"
},
"peerDependencies": {
"prop-types": ">=15",
"react": ">=15"
},
"engines": {
"node": ">=6"
},
"directories": {
"doc": "docs",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tableflip/react-responsive-embed.git"
},
"keywords": [
"react",
"responsive",
"iframe",
"aspect",
"ratio"
],
"bugs": {
"url": "https://github.com/tableflip/react-responsive-embed/issues"
},
"homepage": "https://github.com/tableflip/react-responsive-embed#readme"
}