Initial commit
[yaffs-website] / node_modules / tiny-lr / package.json
1 {
2   "_args": [
3     [
4       "tiny-lr@^0.2.1",
5       "/var/www/yaffs/node_modules/grunt-contrib-watch"
6     ]
7   ],
8   "_from": "tiny-lr@>=0.2.1 <0.3.0",
9   "_id": "tiny-lr@0.2.1",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/tiny-lr",
13   "_nodeVersion": "4.0.0",
14   "_npmUser": {
15     "email": "kyle@dontkry.com",
16     "name": "shama"
17   },
18   "_npmVersion": "3.3.4",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "tiny-lr",
22     "raw": "tiny-lr@^0.2.1",
23     "rawSpec": "^0.2.1",
24     "scope": null,
25     "spec": ">=0.2.1 <0.3.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/grunt-contrib-watch"
30   ],
31   "_resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-0.2.1.tgz",
32   "_shasum": "b3fdba802e5d56a33c2f6f10794b32e477ac729d",
33   "_shrinkwrap": null,
34   "_spec": "tiny-lr@^0.2.1",
35   "_where": "/var/www/yaffs/node_modules/grunt-contrib-watch",
36   "author": {
37     "name": "mklabs"
38   },
39   "bugs": {
40     "url": "https://github.com/mklabs/tiny-lr/issues"
41   },
42   "config": {
43     "test_port": "9001"
44   },
45   "dependencies": {
46     "body-parser": "~1.14.0",
47     "debug": "~2.2.0",
48     "faye-websocket": "~0.10.0",
49     "livereload-js": "^2.2.0",
50     "parseurl": "~1.3.0",
51     "qs": "~5.1.0"
52   },
53   "description": "Tiny LiveReload server, background-friendly",
54   "devDependencies": {
55     "connect": "^3.4.0",
56     "express": "^4.1.1",
57     "mocha": "^2.3.3",
58     "phantomjs": "^1.9.7-5",
59     "request": "^2.34.0",
60     "supertest": "^1.1.0",
61     "wd": "^0.3.12"
62   },
63   "directories": {},
64   "dist": {
65     "shasum": "b3fdba802e5d56a33c2f6f10794b32e477ac729d",
66     "tarball": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-0.2.1.tgz"
67   },
68   "gitHead": "7839c0b6b5097eab7b241781c9ce442d384eaf5b",
69   "homepage": "https://github.com/mklabs/tiny-lr",
70   "license": "MIT",
71   "main": "./lib",
72   "maintainers": [
73     {
74       "name": "mklabs",
75       "email": "daniel.mickael@gmail.com"
76     },
77     {
78       "name": "shama",
79       "email": "kyle@dontkry.com"
80     }
81   ],
82   "name": "tiny-lr",
83   "optionalDependencies": {},
84   "readme": "ERROR: No README data found!",
85   "repository": {
86     "type": "git",
87     "url": "git://github.com/mklabs/tiny-lr.git"
88   },
89   "scripts": {
90     "get-change": "curl http://localhost:35729/changed?files=site.css",
91     "phantom-start": "sh scripts/phantom-start",
92     "phantom-stop": "sh scripts/phantom-stop",
93     "post-change": "sh scripts/post-change",
94     "posttest": "npm run phantom-stop",
95     "prepublish:": "npm test",
96     "pretest": "npm run phantom-start",
97     "serve": "node examples/express/server.js",
98     "test": "mocha --reporter spec test/wd test",
99     "test-debug": "DEBUG=tinylr:* mocha --reporter list",
100     "test-debug-all": "DEBUG=* mocha --reporter list"
101   },
102   "version": "0.2.1"
103 }