-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.05 KB
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
{
"name": "react-transform-jspm-hmr",
"version": "1.0.1",
"description": "A React Transform that enables hot reloading React classes using JSPM",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/tyscorp/react-transform-jspm-hmr.git"
},
"author": "Tyson Cleary <amec@tyscorp.net> (https://github.com/tyscorp)",
"contributors": [
"Dan Abramov <dan.abramov@me.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tyscorp/react-transform-jspm-hmr/issues"
},
"homepage": "https://github.com/tyscorp/react-transform-jspm-hmr#readme",
"scripts": {
"clean": "rimraf lib",
"build": "babel src --out-dir lib",
"prepublish": "npm run clean && npm run build"
},
"keywords": [
"react-transform",
"react",
"reactjs",
"jspm",
"hmr",
"live",
"edit",
"hot",
"reload",
"rhl",
"dx"
],
"dependencies": {
"global": "^4.3.0",
"react-proxy": "^1.1.1"
},
"devDependencies": {
"babel": "^5.8.23",
"rimraf": "^2.4.3"
}
}