package.json
2.4 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"_args": [
[
"browser-sync-ui@2.26.2",
"C:\\Users\\Administrator\\Desktop\\gentelella"
]
],
"_development": true,
"_from": "browser-sync-ui@2.26.2",
"_id": "browser-sync-ui@2.26.2",
"_inBundle": false,
"_integrity": "sha512-LF7GMWo8ELOE0eAlxuRCfnGQT1ZxKP9flCfGgZdXFc6BwmoqaJHlYe7MmVvykKkXjolRXTz8ztXAKGVqNwJ3EQ==",
"_location": "/browser-sync-ui",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "browser-sync-ui@2.26.2",
"name": "browser-sync-ui",
"escapedName": "browser-sync-ui",
"rawSpec": "2.26.2",
"saveSpec": null,
"fetchSpec": "2.26.2"
},
"_requiredBy": [
"/browser-sync"
],
"_resolved": "https://registry.npmjs.org/browser-sync-ui/-/browser-sync-ui-2.26.2.tgz",
"_spec": "2.26.2",
"_where": "C:\\Users\\Administrator\\Desktop\\gentelella",
"author": {
"name": "Shane Osbourne"
},
"bugs": {
"url": "https://github.com/BrowserSync/UI/issues"
},
"dependencies": {
"async-each-series": "0.1.1",
"connect-history-api-fallback": "^1",
"immutable": "^3",
"server-destroy": "1.0.1",
"socket.io-client": "^2.0.4",
"stream-throttle": "^0.1.3"
},
"description": "User Interface for BrowserSync",
"devDependencies": {
"angular": "~1.4.8",
"angular-route": "~1.4.8",
"angular-sanitize": "~1.4.8",
"angular-touch": "~1.4.8",
"chai": "^3",
"compression": "^1",
"crossbow": "^4",
"easy-svg": "2.0.0",
"eazy-logger": "^3",
"jshint": "^2.8.0",
"mocha": "^5",
"no-abs": "0.0.0",
"nodemon": "^1.8.1",
"object-path": "^0.9.2",
"parallelshell": "^2.0.0",
"pretty-js": "^0.1.8",
"request": "^2",
"sinon": "^1",
"store": "^1.3.20",
"supertest": "^3",
"uglify-js": "^2.6.1",
"vinyl-fs": "3.0.3",
"webpack": "^3"
},
"files": [
"index.js",
"lib",
"public",
"static",
"templates"
],
"gitHead": "f95dd7a4a0e8fb01c2d0a1800d776e2fa1d210db",
"homepage": "http://www.browsersync.io/",
"keywords": [
"browser sync",
"live reload",
"css injection",
"action sync"
],
"license": "Apache-2.0",
"name": "browser-sync-ui",
"repository": {
"type": "git",
"url": "git+https://github.com/BrowserSync/UI.git"
},
"scripts": {
"build-all": "cb build-all",
"e2e": "./test/pro.sh",
"selenium": "webdriver-manager start",
"test": "cb test"
},
"version": "2.26.2"
}