forked from swiftcarrot/react-frame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 834 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
{
"name": "react-frame",
"version": "1.1.3",
"description": "React components within an iframe for isolated css styling",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server -c --port=7788",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pqx/react-frame.git"
},
"keywords": [
"iframe",
"react",
"react-component",
"styling"
],
"author": "Wang Zuo",
"license": "MIT",
"bugs": {
"url": "https://github.com/pqx/react-frame/issues"
},
"homepage": "https://github.com/pqx/react-frame#readme",
"peerDependencies": {
"react": "^0.13.3"
},
"devDependencies": {
"babel-core": "^5.4.3",
"babel-loader": "^5.3.2",
"node-libs-browser": "^0.5.0",
"webpack": "^1.9.7"
}
}