package.json
1.7 KB
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
60
61
62
63
64
65
66
{
"_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"
}