Initial commit
[yaffs-website] / node_modules / livereload-js / package.json
1 {
2   "_args": [
3     [
4       "livereload-js@^2.2.0",
5       "/var/www/yaffs/node_modules/tiny-lr"
6     ]
7   ],
8   "_from": "livereload-js@>=2.2.0 <3.0.0",
9   "_id": "livereload-js@2.2.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/livereload-js",
13   "_nodeVersion": "0.10.35",
14   "_npmUser": {
15     "email": "andrey@tarantsov.com",
16     "name": "andreyvit"
17   },
18   "_npmVersion": "2.1.17",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "livereload-js",
22     "raw": "livereload-js@^2.2.0",
23     "rawSpec": "^2.2.0",
24     "scope": null,
25     "spec": ">=2.2.0 <3.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/tiny-lr"
30   ],
31   "_resolved": "https://registry.npmjs.org/livereload-js/-/livereload-js-2.2.2.tgz",
32   "_shasum": "6c87257e648ab475bc24ea257457edcc1f8d0bc2",
33   "_shrinkwrap": null,
34   "_spec": "livereload-js@^2.2.0",
35   "_where": "/var/www/yaffs/node_modules/tiny-lr",
36   "bugs": {
37     "url": "https://github.com/zaius/livereload-js/issues"
38   },
39   "dependencies": {},
40   "description": "LiveReload JS client - auto reload browser on changes",
41   "devDependencies": {
42     "coffee-script": "~1.7.1",
43     "expresso": "~0.9.2",
44     "grunt": "^0.4.5",
45     "grunt-browserify": "^3.3.0",
46     "grunt-contrib-coffee": "^0.12.0",
47     "grunt-mocha-test": "^0.12.6",
48     "jsdom": "~0.10.5",
49     "mocha": "^2.1.0"
50   },
51   "directories": {
52     "test": "test"
53   },
54   "dist": {
55     "shasum": "6c87257e648ab475bc24ea257457edcc1f8d0bc2",
56     "tarball": "https://registry.npmjs.org/livereload-js/-/livereload-js-2.2.2.tgz"
57   },
58   "gitHead": "e1d943628005ad8d18a50ee1e8c29858ca748d10",
59   "homepage": "https://github.com/zaius/livereload-js",
60   "license": "MIT",
61   "main": "lib/startup.js",
62   "maintainers": [
63     {
64       "name": "andreyvit",
65       "email": "andrey@tarantsov.com"
66     }
67   ],
68   "name": "livereload-js",
69   "optionalDependencies": {},
70   "readme": "ERROR: No README data found!",
71   "repository": {
72     "type": "git",
73     "url": "git://github.com/zaius/livereload-js.git"
74   },
75   "scripts": {
76     "prepublish": "grunt build",
77     "test": "grunt test"
78   },
79   "version": "2.2.2"
80 }