-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "sb-mremote",
"version": "1.2.0",
"description": "Processes 'apsdemo.org' sandbox configurations and turns them into an mRemoteNG config",
"main": "daemon/daemon.js",
"scripts": {
"start": "node ./daemon/daemon.js",
"build": "sh ./scripts/build.sh",
"install": "sh ./scripts/install.sh",
"uninstall": "sh ./scripts/uninstall.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gear54rus/sb-mremote.git"
},
"keywords": [
"mremote",
"daemon",
"config"
],
"author": "Paul Gear",
"license": "ISC",
"bugs": {
"url": "https://github.com/gear54rus/sb-mremote/issues"
},
"homepage": "https://github.com/gear54rus/sb-mremote#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-node7": "^1.5.0",
"browserify": "^14.4.0"
},
"dependencies": {
"bluebird": "^3.5.0",
"buffer": "^5.0.6",
"crypto": "0.0.3",
"jszip": "^3.1.3",
"moment": "^2.18.1",
"read": "^1.0.7",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"url": "^0.11.0",
"xml2js": ">=0.5.0"
}
}