-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 843 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
{
"name": "react-hot-transform",
"version": "1.0.2",
"description": "React Hot Loader for Browserify. Tweak React components in real time.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AgentME/react-hot-transform.git"
},
"keywords": [
"react",
"browserify",
"hmr",
"livereload",
"live",
"edit",
"hot",
"reload"
],
"author": "Chris Cowan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AgentME/react-hot-transform/issues"
},
"homepage": "https://github.com/AgentME/react-hot-transform#readme",
"dependencies": {
"convert-source-map": "^1.1.1",
"react-hot-loader": "^1.2.9",
"through2": "^2.0.0"
},
"devDependencies": {
"mocha": "^2.3.0"
}
}