-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 876 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": "sbruchmann.static-preview",
"version": "0.2.2",
"description": "Serves your project via a static web server and opens it in your default browser.",
"repository": {
"type": "git",
"url": "[email protected]:sbruchmann/static-preview.git"
},
"homepage": "https://github.com/sbruchmann/brackets-static-preview",
"title": "Static Preview",
"author": "Steffen Bruchmann",
"license": "MIT",
"engines": {
"brackets": ">=0.40.0"
},
"i18n": [
"en",
"it",
"de"
],
"keywords": [
"static",
"development",
"server",
"preview"
],
"categories": [
"general"
],
"dependencies": {
"body-parser": "^1.4.3",
"connect-livereload-safe": "0.0.5",
"cors": "^2.4.1",
"express": "^4.4.1",
"sane": "^0.5.3",
"serve-index": "^1.1.0",
"serve-static": "^1.2.1",
"tiny-lr": "0.0.9"
}
}