aboutsummaryrefslogtreecommitdiffstats
path: root/npm_assets/node_modules/livereload-js/package.json
blob: d8fc46cebbc2b446c80c1a09929cfe64e4fbddb2 (plain) (blame)
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
{
  "_from": "livereload-js@^2.4.0",
  "_id": "livereload-js@2.4.0",
  "_inBundle": false,
  "_integrity": "sha512-XPQH8Z2GDP/Hwz2PCDrh2mth4yFejwA1OZ/81Ti3LgKyhDcEjsSsqFWZojHG0va/duGd+WyosY7eXLDoOyqcPw==",
  "_location": "/livereload-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "livereload-js@^2.4.0",
    "name": "livereload-js",
    "escapedName": "livereload-js",
    "rawSpec": "^2.4.0",
    "saveSpec": null,
    "fetchSpec": "^2.4.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/livereload-js/-/livereload-js-2.4.0.tgz",
  "_shasum": "447c31cf1ea9ab52fc20db615c5ddf678f78009c",
  "_spec": "livereload-js@^2.4.0",
  "_where": "/Users/kwpolska/git/nikola/npm_assets",
  "bugs": {
    "url": "https://github.com/livereload/livereload-js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "LiveReload JS client - auto reload browser on changes",
  "devDependencies": {
    "coffee-script": "^1.12.7",
    "envify": "^4.1.0",
    "grunt": "^1.0.3",
    "grunt-browserify": "^5.3.0",
    "grunt-cli": "^1.3.1",
    "grunt-contrib-coffee": "^1.0.0",
    "grunt-mocha-test": "^0.13.3",
    "jsdom": "^13.0.0",
    "mocha": "^5.2.0"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/livereload/livereload-js",
  "license": "MIT",
  "main": "lib/startup.js",
  "name": "livereload-js",
  "repository": {
    "type": "git",
    "url": "git://github.com/livereload/livereload-js.git"
  },
  "scripts": {
    "build": "grunt build",
    "postversion": "npm run build",
    "test": "grunt test"
  },
  "version": "2.4.0"
}