-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 863 Bytes
/
package.json
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
{
"name": "client-session-manager",
"version": "1.0.0",
"description": "",
"main": "./index.js",
"dependencies": {
"concurrently": "^5.2.0",
"cors": "^2.8.4",
"mongoose": "^5.0.11",
"open": "^7.0.4"
},
"devDependencies": {
"nodemon": "^2.0.4"
},
"scripts": {
"dev": "concurrently \"npm run client\" \"npm run server\"",
"client": "npm start --prefix ./client",
"server": "npm run dev --prefix ./server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdibenedetto/client-session-manager.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mdibenedetto/client-session-manager/issues"
},
"homepage": "https://github.com/mdibenedetto/client-session-manager#readme"
}