-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 KB
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
38
39
40
41
42
{
"name": "microback",
"version": "0.2.4",
"description": "Create simple api server using koa, mongoose, webpack for REST and Websocket",
"main": "index.js",
"preferGlobal": true,
"bin": {
"microback": "./bin/microback",
"dev": "./bin/dev",
"build": "./bin/build"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sirajul",
"license": "ISC",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.6.0",
"chalk": "^2.1.0",
"cross-spawn": "^5.1.0",
"dotenv": "^4.0.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"jsonwebtoken": "^8.0.0",
"kcors": "^2.2.1",
"koa": "^2.3.0",
"koa-body": "^2.3.0",
"koa-jwt": "^3.2.2",
"koa-router": "^7.2.1",
"koa-websocket": "^4.0.0",
"mongoose": "^4.11.11",
"mongoose-paginate": "^5.0.3",
"nodemon": "^1.12.0",
"pluralize": "^7.0.0",
"ramda": "^0.24.1",
"webpack": "^3.5.6",
"webpack-node-externals": "^1.6.0"
}
}