-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 853 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 853 Bytes
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
{
"name": "subscription",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "micro -p 9595",
"lint": "xo",
"test": "npm run lint && ava"
},
"xo": {
"extends": "prettier"
},
"engines": {
"node": "^7.7.3"
},
"dependencies": {
"aws-sdk": "^2.87.0",
"config": "^1.28.1",
"lodash": "^4.17.4",
"mailparser": "^2.0.5",
"micro": "^7.3.3",
"micro-cors": "0.0.4",
"micro-jwt-auth": "^1.7.0",
"microrouter": "^2.2.0",
"promise": "^8.0.1",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"rethinkdb": "^2.3.3",
"underscore": "^1.8.3"
},
"license": "MIT",
"devDependencies": {
"ava": "^0.19.1",
"eslint-config-prettier": "^1.7.0",
"prettier": "^1.5.3",
"request-promise": "^4.2.1",
"test-listen": "^1.0.2",
"xo": "^0.18.1"
}
}