-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.58 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.58 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
{
"name": "sam-solution-daemon-client",
"version": "1.0.0",
"description": "System Administration Manager - Desktop daemon client",
"private": true,
"main": "client.js",
"scripts": {
"start": "node client.js",
"install": "npm update node-pacapt git-wrapper",
"lint": "node_modules/.bin/eslint .",
"lint:fix": "node_modules/.bin/eslint . --fix",
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/EIP-SAM/SAM-Solution-Daemon-Client.git"
},
"keywords": [
"sam",
"solution",
"system",
"administration",
"manager",
"desktop",
"daemon",
"client",
"node",
"js",
"javascript",
"node.js",
"linux",
"windows"
],
"author": "SAM-Solution team",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/EIP-SAM/SAM-Solution-Daemon-Client/issues"
},
"homepage": "https://github.com/EIP-SAM/SAM-Solution-Daemon-Client#readme",
"jshintConfig": {
"esversion": 6
},
"dependencies": {
"getmac": "^1.2.1",
"git-wrapper": "git+https://github.com/EIP-SAM/node-git-wrapper.git",
"node-notifier": "^4.6.1",
"node-pacapt": "git+https://github.com/EIP-SAM/node-pacapt.git",
"os-reboot": "git+https://github.com/EIP-SAM/OS-Reboot.git",
"requireg": "^0.1.6",
"semaphore": "^1.0.5",
"socket.io-client": "^1.4.6"
},
"devDependencies": {
"eslint": "^3.13.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0"
}
}