-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.91 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "Kasra-Dapr",
"version": "0.0.1",
"description": "Dapr",
"main": "server/index.js",
"dependencies": {
"async": "^2.0.1",
"axios": "^0.13.1",
"babel-core": "6.7.7",
"babel-loader": "6.2.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"googleapis": "^12.3.0",
"json2csv": "^3.6.3",
"koa": "^1.2.0",
"koa-bodyparser": "^2.2.0",
"koa-cache-control": "^1.0.0",
"koa-forward-request": "^0.7.1",
"koa-mount": "^1.3.0",
"koa-router": "^5.4.0",
"koa-static": "^2.0.0",
"moment": "^2.14.1",
"moment-timezone": "^0.5.5",
"mongoose": "^4.5.10",
"nodemailer": "^2.5.0",
"nodemailer-sendgrid-transport": "^0.2.0",
"nodemon": "^1.9.2",
"requestretry": "^1.10.0",
"superagent": "^2.2.0",
"superagent-retry": "^0.6.0",
"winston": "^2.2.0"
},
"devDependencies": {
"babel-core": "6.7.7",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"istanbul": "^0.4.4",
"mocha": "^2.5.3",
"supertest": "^1.2.0",
"supertest-as-promised": "^3.2.0"
},
"scripts": {
"start": "node server/index.js",
"dev": "nodemon --ignore public -d 2 server/index.js",
"test": "istanbul cover _mocha -- -R spec $npm_package_options_mocha"
},
"options": {
"mocha": "--require scripts/mocha_runner test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:kasra-co/Kasra-Dapr.git"
},
"keywords": [
"simple",
"nodejs",
"firebase",
"hosting",
"koa",
"koajs",
"babel",
"babeljs",
"es6",
"syntactic",
"sugar"
],
"author": "Kasra",
"license": "ISC",
"bugs": {
"url": "https://github.com/kasra-co/Kasra-Dapr/issues"
},
"homepage": "https://github.com/kasra-co/Kasra-Dapr#readme"
}