-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 959 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
33
34
35
36
37
{
"name": "mourgos-api",
"version": "1.0.0",
"description": "The backend Restfull api for mourgos ",
"main": "app.js",
"scripts": {
"start": "supervisor server.js",
"test": "echo \"No test specified\" && exit 0",
"lint": "eslint .",
"nikatlas": "cross-env NODE_ENV=nikatlas supervisor server.js",
"development": "cross-env NODE_ENV=development supervisor server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"base32": "0.0.6",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"crypto-js": "^3.1.9-1",
"debug": "~2.6.9",
"expo-server-sdk": "^2.3.3",
"express": "^4.16.2",
"knex": "^0.13.0",
"mariasql": "^0.2.6",
"morgan": "~1.9.0",
"socket.io": "^2.0.4"
},
"devDependencies": {
"chai": "^4.1.2",
"cross-env": "^5.1.1",
"eslint": "^4.10.0",
"mocha": "^4.0.1",
"supertest": "^3.0.0",
"supervisor": "^0.12.0"
}
}