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": "livereload-js",
"version": "2.2.1",
"main": "dist/livereload.js",
"homepage": "http://livereload.com",
"authors": [
"Andrey Tarantsov <andrey@tarantsov.com>",
"David Kelso <david@kelso.id.au>"
],
"description": "LiveReload JS client - auto reload browser on changes",
"keywords": [
"javascript",
"livereload"
],
"license": "MIT",
"ignore": [
"Rakefile",
"lib",
"lib-cov",
"src",
"test",
"**/.*",
"node_modules",
"bower_components",
"tests"
],
"moduleType": [
"globals"
],
"_release": "2.2.1",
"_resolution": {
"type": "version",
"tag": "v2.2.1",
"commit": "91fdfa00a3e7fac0482397a315e18947c54bbfd3"
},
"_source": "git://github.com/livereload/livereload-js.git",
"_target": "~2.2.1",
"_originalSource": "livereload-js",
"_direct": true
}
|