package.json
3.09 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"_args": [
[
"browser-sync-client@2.4.4",
"D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\browser-sync"
]
],
"_from": "browser-sync-client@2.4.4",
"_id": "browser-sync-client@2.4.4",
"_inCache": true,
"_installable": true,
"_location": "/browser-sync-client",
"_nodeVersion": "6.8.1",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/browser-sync-client-2.4.4.tgz_1481458273632_0.7512644827365875"
},
"_npmUser": {
"email": "shakyshane@gmail.com",
"name": "shakyshane"
},
"_npmVersion": "3.10.8",
"_phantomChildren": {},
"_requested": {
"name": "browser-sync-client",
"raw": "browser-sync-client@2.4.4",
"rawSpec": "2.4.4",
"scope": null,
"spec": "2.4.4",
"type": "version"
},
"_requiredBy": [
"/browser-sync"
],
"_resolved": "https://registry.npmjs.org/browser-sync-client/-/browser-sync-client-2.4.4.tgz",
"_shasum": "e2a6c27f770e0ad0ffed76964dfb6a971fcf55eb",
"_shrinkwrap": null,
"_spec": "browser-sync-client@2.4.4",
"_where": "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\browser-sync",
"author": {
"email": "shane.osbourne8@gmail.com",
"name": "Shane Osbourne"
},
"bugs": {
"url": "https://github.com/shakyshane/browser-sync-client/issues"
},
"dependencies": {
"etag": "^1.7.0",
"fresh": "^0.3.0"
},
"description": "Client-side scripts for BrowserSync",
"devDependencies": {
"browser-sync": "^2.9.11",
"browserify": "^11.2.0",
"chai": "~1.9.0",
"crossbow": "^3.6.16",
"express": "^4.12.3",
"gulp-contribs": "0.0.2",
"gulp-jshint": "~1.4.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^0.2.1",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.1.3",
"karma-coverage": "^0.2.1",
"karma-firefox-launcher": "^0.1.4",
"karma-html2js-preprocessor": "^0.1.0",
"karma-mocha": "~0.1.1",
"karma-sinon": "~1.0.0",
"mocha": "^1.18.2",
"nodemon": "^1.11.0",
"sinon": "~1.8.2",
"supertest": "^0.10.0",
"through2": "^0.4.1",
"vinyl-fs": "^2.4.4",
"vinyl-source-stream": "^1.1.0"
},
"directories": {},
"dist": {
"shasum": "e2a6c27f770e0ad0ffed76964dfb6a971fcf55eb",
"tarball": "https://registry.npmjs.org/browser-sync-client/-/browser-sync-client-2.4.4.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"dist",
"index.js"
],
"gitHead": "057f74531f773cc01d4e6a8558cdceb6085871c4",
"homepage": "https://github.com/shakyshane/browser-sync-client",
"keywords": [],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/shakyshane/browser-sync-client/blob/master/LICENSE-MIT"
}
],
"main": "index.js",
"maintainers": [
{
"email": "shane.osbourne8@gmail.com",
"name": "shakyshane"
}
],
"name": "browser-sync-client",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/shakyshane/browser-sync-client.git"
},
"scripts": {
"start": "cb dev",
"test": "cb test"
},
"version": "2.4.4"
}