-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 751 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 751 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": "artist",
"version": "1.0.0",
"description": "arstist",
"main": "server.js",
"scripts": {
"client": "cd client && npm start",
"test": "mocha",
"server": "nodemon server.js",
"dev": "concurrently --kill-others-on-fail \"npm:server\" \"npm:client\""
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"cluster": "^0.7.7",
"connect-busboy": "0.0.2",
"connect-multiparty": "^2.2.0",
"convert-excel-to-json": "^1.6.1",
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"mocha": "^5.2.0",
"moment": "^2.24.0",
"mongoose": "^5.4.8",
"pandas-js": "^0.2.4",
"python-shell": "^1.0.7"
},
"devDependencies": {
"concurrently": "^4.0.1"
}
}