-
Notifications
You must be signed in to change notification settings - Fork 77
/
Copy pathpackage.json
111 lines (111 loc) · 2.52 KB
/
package.json
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "prey",
"version": "1.6.1",
"author": "Client Engineering <[email protected]>",
"keywords": [
"prey",
"anti",
"theft",
"tracking",
"remote",
"monitoring",
"stolen",
"laptop"
],
"description": "They can run but they can't hide.",
"engine": "node >= 0.6",
"os": [
"linux",
"darwin",
"win32"
],
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/prey/prey-node-client.git"
},
"dependencies": {
"async": "",
"buckle": "0.0.3",
"campfire": "git://github.com/tomas/node-campfire",
"chela": "0.0.5",
"clean-exit": "0.0.3",
"colors": "^0.6.2",
"commander": "",
"connect": "",
"dialog": "",
"entry": "^0.3.6",
"firewall": "0.0.5",
"folder": "0.0.4",
"getset": "^0.6.3",
"graceful-fs": "^3.0.5",
"linus": "0.0.4",
"memorize": "0.0.1",
"mime": "https://registry.npmjs.org/mime/-/mime-1.2.5.tgz",
"nat-pmp": "",
"needle": "^0.8.1",
"network": "^0.1.3",
"nodemailer": "1.3.0",
"ocelot": "0.0.5",
"petit": "0.0.5",
"qs": "",
"random-ua": "0.0.6",
"remover": "0.0.2",
"reply": "^0.3.1",
"rimraf": "",
"satan": "^0.4.3",
"scrambler": "0.0.1",
"semver": "^4.3.4",
"serve-static": "^1.7.0",
"sudoer": "^0.1.1",
"triggers": "^0.3.0",
"tuna": "0.0.2",
"underscore": "",
"whenever": "0.0.3",
"which": "",
"wink": "0.0.1",
"winssh": "",
"wmic": "0.0.7",
"winattr": "1.1.0"
},
"devDependencies": {
"mkdirp": "",
"mocha": "",
"mock-spawn": "^0.2.6",
"node-fs": "0.1.5",
"node.extend": "",
"sandboxed-module": "",
"send": "",
"shelljs": "",
"should": "",
"sinon": "",
"winattr": "^1.1.0"
},
"main": "./lib/common",
"bin": {
"prey": "./bin/prey"
},
"directories": {
"bin": "./bin",
"lib": "./lib",
"tools": "./tools",
"test": "./test"
},
"scripts": {
"start": "./bin/prey",
"test": "./bin/prey test lib/agent/plugins test --recursive --reporter dot",
"coverage": "istanbul cover _mocha -- lib/agent/plugins test --recursive",
"postinstall": "./bin/prey config hooks post_install",
"postupdate": "./bin/prey config hooks post_install",
"preuninstall": "./bin/prey config hooks pre_uninstall"
},
"bugs": {
"url": "http://github.com/prey/prey-node-client/issues"
},
"licenses": [
{
"type": "GPLv3",
"url": "https://github.com/prey/prey-node-client/raw/master/license.txt"
}
]
}