package.json 1.7 KB
{
  "_from": "tiny-lr@0.0.4",
  "_id": "tiny-lr@0.0.4",
  "_inBundle": false,
  "_integrity": "sha1-gGGFR/Y/aX0Fy0DEwsSwg1Ia77Y=",
  "_location": "/tiny-lr",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tiny-lr@0.0.4",
    "name": "tiny-lr",
    "escapedName": "tiny-lr",
    "rawSpec": "0.0.4",
    "saveSpec": null,
    "fetchSpec": "0.0.4"
  },
  "_requiredBy": [
    "/grunt-contrib-watch"
  ],
  "_resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-0.0.4.tgz",
  "_shasum": "80618547f63f697d05cb40c4c2c4b083521aefb6",
  "_spec": "tiny-lr@0.0.4",
  "_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop\\node_modules\\grunt-contrib-watch",
  "author": {
    "name": "mklabs"
  },
  "bin": {
    "tiny-lr": "./bin/tiny-lr"
  },
  "bugs": {
    "url": "https://github.com/mklabs/tiny-lr/issues"
  },
  "bundleDependencies": false,
  "config": {
    "test_port": "9001"
  },
  "dependencies": {
    "debug": "~0.7.0",
    "faye-websocket": "~0.4.3",
    "noptify": "latest",
    "qs": "~0.5.2"
  },
  "deprecated": false,
  "description": "Tiny LiveReload server, background-friendly",
  "devDependencies": {
    "connect": "~2.7.2",
    "express": "~3.0.6",
    "mocha": "~1.7.1",
    "request": "~2.12.0",
    "supertest": "~0.4.2"
  },
  "homepage": "https://github.com/mklabs/tiny-lr",
  "main": "./lib",
  "name": "tiny-lr",
  "repository": {
    "url": "git://github.com/mklabs/tiny-lr.git"
  },
  "scripts": {
    "prepublish:": "npm test",
    "test": "mocha --reporter list",
    "test-debug": "DEBUG=tinylr:* mocha --reporter list",
    "test-debug-all": "DEBUG=* mocha --reporter list"
  },
  "version": "0.0.4"
}