-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 864 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 864 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
32
33
{
"name": "javascript_group_project",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "mocha -- src/models/specs/*.js",
"start": "cd src && webpack && cd .. && nodemon server.js",
"build": "cd src && webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poppashingles/javascript_group_project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/poppashingles/javascript_group_project/issues"
},
"homepage": "https://github.com/poppashingles/javascript_group_project#readme",
"devDependencies": {
"mocha": "^4.1.0"
},
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2",
"mocha": "^4.1.0",
"mongodb": "^3.0.1",
"nodemon": "^1.14.7",
"socket.io": "^2.0.4",
"webpack": "^3.10.0"
}
}