forked from facebookarchive/fb-flo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 947 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
41
42
43
44
{
"name": "devtools-live",
"version": "0.2.2",
"description": "Edit your files in devtools console without reloading your browser",
"repository": {
"type": "git",
"url": "[email protected]:StudioLabs/devtools-live.git"
},
"main": "index.js",
"author": "StudioLabs",
"dependencies": {
"chalk": "^1.1.1",
"connect": "^3.4.0",
"devtools-live-middleware": "0.0.4",
"event-stream": "^3.3.2",
"gulp-util": "^3.0.6",
"lodash": "^3.9.3",
"memory-fs": "^0.3.0",
"mime": "^1.3.4",
"mkdirp": "^0.5.1",
"opn": "^3.0.2",
"parseurl": "^1.3.0",
"pause-stream": "0.0.11",
"sane": "~1.0.0",
"through": "^2.3.8",
"utf8": "^2.1.0",
"websocket": "^1.0.21"
},
"keywords": [
"live",
"edit",
"hot",
"dev",
"tools",
"console",
"reload",
"browser",
"devtools",
"live-reload",
"live-edit",
"server"
],
"bin": "./bin/devtools-live"
}