-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 748 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 748 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
29
30
31
{
"name": "node-certification",
"version": "0.0.1",
"description": "SCND Certification Program",
"main": "index.js",
"scripts": {
"start": "node index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Vincenzo (Wilk) Ferrari <wilk3ert@gmail.com>",
"contributors": [
{
"name": "Manuel E. de Paz Carmona",
"email": "Pelirrojo@users.noreply.github.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wilk/node_certification"
},
"dependencies": {
"async": "^1.5.0",
"bunyan": "^1.0.0",
"express": "^4.13.3",
"express-bunyan-logger": "^0.2.2",
"node-menu": "0.0.9",
"q": "^1.4.1",
"socket.io": "^1.3.7"
}
}