-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 1.99 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 1.99 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"_from": "lite-server@latest",
"_id": "lite-server@2.3.0",
"_inBundle": false,
"_integrity": "sha1-W0zI9dX9SDYQVICrKsSKOg3isMg=",
"_location": "/lite-server",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "lite-server@latest",
"name": "lite-server",
"escapedName": "lite-server",
"rawSpec": "latest",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/lite-server/-/lite-server-2.3.0.tgz",
"_shasum": "5b4cc8f5d5fd4836105480ab2ac48a3a0de2b0c8",
"_spec": "lite-server@latest",
"_where": "/home/jstefek/workspace/angular4/angular4-tutorial",
"bin": {
"lite-server": "./bin/lite-server"
},
"bugs": {
"url": "https://github.com/johnpapa/lite-server/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "John Papa",
"email": "john@johnpapa.net"
},
{
"name": "Christopher Martin",
"email": "cgmartin@gmail.com"
}
],
"dependencies": {
"browser-sync": "^2.18.5",
"connect-history-api-fallback": "^1.2.0",
"connect-logger": "0.0.1",
"lodash": "^4.11.1",
"minimist": "1.2.0"
},
"deprecated": false,
"description": "Lightweight development node server for serving a web app, providing a fallback for browser history API, loading in the browser, and injecting scripts on the fly.",
"devDependencies": {
"eslint": "^2.8.0",
"istanbul": "^0.4.3",
"mocha": "^3.2.0",
"mockery": "^1.6.2",
"sinon": "^1.17.3"
},
"homepage": "https://github.com/johnpapa/lite-server#readme",
"keywords": [
"angular",
"spa",
"static",
"server",
"development"
],
"license": "MIT",
"main": "index.js",
"name": "lite-server",
"repository": {
"type": "git",
"url": "git+https://github.com/johnpapa/lite-server.git"
},
"scripts": {
"test": "eslint *.js lib/*.js && istanbul cover _mocha -- -R spec"
},
"version": "2.3.0"
}