-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.66 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "coin-api-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "NODE_ENV=development supervisor bin/boot.js",
"dev": "NODE_ENV=development ./node_modules/.bin/nodemon bin/boot.js",
"prd": "pm2 start bin/boot.js --name coinstock-api",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"async": "^2.5.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"bluebird": "^3.5.1",
"busboy": "^0.2.14",
"crypto-js": "^3.1.9-1",
"debug": "^2.6.3",
"ejsexcel": "^3.4.9",
"koa": "^2.2.0",
"koa-better-body": "^3.0.4",
"koa-bodyparser": "^3.2.0",
"koa-convert": "^1.2.0",
"koa-cookie": "^1.0.0",
"koa-cors": "0.0.16",
"koa-json": "^2.0.2",
"koa-logger": "^2.0.1",
"koa-onerror": "^1.2.1",
"koa-router": "^7.1.1",
"koa-static": "^3.0.0",
"koa-views": "^5.2.1",
"koa2-cors": "^2.0.3",
"moment": "^2.20.1",
"mongoose": "^4.11.12",
"node-cache": "^4.1.1",
"nodemailer": "^4.4.1",
"nodemailer-mailgun-transport": "^1.3.6",
"nodemailer-smtp-transport": "^2.7.4",
"pug": "^2.0.0-rc.1",
"query-string": "^6.0.0",
"querystring": "^0.2.0",
"request": "^2.82.0",
"sha1": "^1.1.1",
"supervisor": "^0.12.0",
"voc": "^1.0.0",
"xlsx": "^0.11.5"
},
"devDependencies": {
"babel-register": "^6.26.0",
"nodemon": "^1.8.1"
}
}