-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 691 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 691 Bytes
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
{
"name": "commandexecuter",
"version": "1.0.0",
"description": "",
"main": "CommandExecuter.js",
"dependencies": {
"body-parser": "^1.18.3",
"child_process": "^1.0.2",
"express": "^4.16.3",
"request": "^2.87.0",
"save": "^2.3.2",
"urlencode": "^1.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PraGitHub/CommandExecuter.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PraGitHub/CommandExecuter/issues"
},
"homepage": "https://github.com/PraGitHub/CommandExecuter#readme"
}