-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1.02 KB
/
package.json
File metadata and controls
27 lines (27 loc) · 1.02 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
{
"name": "assignment9",
"version": "1.0.0",
"description": "sudo sh -c 'echo \"127.0.0.1 mymachine.foo.com\" >> /etc/hosts' sudo hostname mymachine.foo.com sudo hostname mymachine.foo.com -- OUTPUT: Password: hostname mymachine.foo.com ping mymachine.foo.com -- OUTPUT: PING mymachine.foo.com (127.0.0.1): 56 data bytes 64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.051 ms 64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.104 ms",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VEFT/Assignment9.git"
},
"author": "Daniel Benediktsson and Jorundur Jorundsson",
"license": "ISC",
"bugs": {
"url": "https://github.com/VEFT/Assignment9/issues"
},
"homepage": "https://github.com/VEFT/Assignment9#readme",
"dependencies": {
"body-parser": "^1.14.1",
"express": "^4.13.3",
"kafka-node": "^0.2.29",
"mongoose": "^4.2.2",
"node-uuid": "^1.4.3",
"nodemon": "^1.7.3"
}
}