forked from ryanseddon/react-frame-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1003 Bytes
/
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
{
"name": "react-frame-component",
"version": "0.3.1",
"description": "React component to wrap your application or component in an iFrame for encapsulation purposes",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/ryanseddon/react-frame-component.git"
},
"keywords": [
"React",
"component",
"iFrame",
"browser"
],
"author": "Ryan Seddon",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryanseddon/react-frame-component/issues"
},
"homepage": "https://github.com/ryanseddon/react-frame-component",
"devDependencies": {
"browserify": "^4.1.11",
"es5-shim": "^3.3.0",
"gulp": "^3.6.2",
"gulp-karma": "0.0.4",
"karma": "^0.12.16",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"react": ">=0.12.1",
"reactify": "^1.1.0",
"vinyl-source-stream": "^0.1.1"
},
"peerDependencies": {
"react": ">=0.13.0"
}
}