-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 809 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 809 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": "cloud-node",
"version": "1.0.0",
"description": "This is a little node/express application to manage socket.io and magento.",
"main": "server.js",
"scripts": {
"watch": "nodemon --harmony server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@personal.github.com:amnotafraid/cloud-node.git"
},
"author": "Bessie Malek",
"license": "MIT",
"dependencies": {
"body-parser": "^1.17.2",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"jsonapter": "^2.0.3",
"jsonave": "0.0.3",
"lodash": "^4.17.4",
"magento2-client": "^1.2.1",
"morgan": "^1.8.2",
"nconf": "^0.8.4",
"nodemon": "^1.11.0",
"serve-favicon": "^2.4.3",
"socket.io": "^2.0.3"
}
}