-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 842 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
{
"name": "inventman",
"version": "1.0.2",
"description": "Realtime inventory and sales management system with active prediction",
"main": "server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Debanjan Basu",
"dependencies": {
"bcrypt": "latest",
"cluster": "latest",
"google-spreadsheet": "latest",
"jsonwebtoken": "latest",
"koa": "latest",
"koa-bodyparser": "latest",
"koa-compress": "latest",
"koa-cors": "latest",
"koa-jwt": "latest",
"koa-router": "latest",
"koa-static": "latest",
"mongodb": "latest",
"node-fetch": "latest",
"promisify-any": "latest",
"spdy": "latest"
},
"license": "UNLICENSED",
"private": true
}