-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 796 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 796 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
{
"name": "unixsysfinal",
"version": "1.0.0",
"description": "Fordham Spring 2018 Unix Systems Programming CISC 3130 R01: Crypto-Kiosk",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "sh getHighLow.sh Ask 20 H; node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Olgethorpe/Unix-Systems-Programming-Final-Project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Olgethorpe/Unix-Systems-Programming-Final-Project/issues"
},
"homepage": "https://github.com/Olgethorpe/Unix-Systems-Programming-Final-Project#readme",
"dependencies": {
"cli-table": "^0.3.1",
"colors": "^1.2.5",
"line-by-line": "^0.1.6",
"sleep": "^5.1.1"
}
}