-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.24 KB
/
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
38
39
40
41
42
43
44
45
{
"name": "x-server-koa",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node src/index.js",
"start": "./node_modules/.bin/nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OXOYO/X-Server-Koa.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/OXOYO/X-Server-Koa/issues"
},
"homepage": "https://github.com/OXOYO/X-Server-Koa#readme",
"dependencies": {
"bcrypt-as-promised": "^1.1.0",
"koa": "^2.0.0",
"koa-bodyparser": "^2.3.0",
"koa-compose": "^3.2.1",
"koa-convert": "^1.2.0",
"koa-cors": "0.0.16",
"koa-generic-session": "^1.11.4",
"koa-helmet": "^2.0.0",
"koa-logger": "^2.0.1",
"koa-router": "^7.0.1",
"mongoose": "^4.7.6",
"mongoose-validator": "^1.2.5"
},
"devDependencies": {
"babel-plugin-syntax-async-functions": "^6.8.0",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-node5": "^1.1.2",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.4.3",
"nodemon": "^1.11.0"
}
}