-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.2 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
{
"name": "mailroom",
"version": "0.0.1",
"description": "Copilot core backend services.",
"main": "app.js",
"scripts": {
"build": "./build.sh",
"start": "node app.js",
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectCopilot/mailroom.git"
},
"keywords": [
"Project",
"Copilot"
],
"author": "Gautam Mittal",
"license": "MIT",
"bugs": {
"url": "https://github.com/ProjectCopilot/mailroom/issues"
},
"homepage": "https://github.com/ProjectCopilot/mailroom#readme",
"dependencies": {
"bandname": "^1.0.0",
"body-parser": "^1.15.2",
"colors": "^1.1.2",
"dotenv": "^2.0.0",
"emailreplyparser": "0.0.5",
"express": "^4.14.0",
"firebase": "^3.2.0",
"hashids": "^1.0.2",
"keen-tracking": "^1.1.4",
"multiparty": "^4.1.2",
"now-logs": "0.0.7",
"shelljs": "^0.7.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.2.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-config-airbnb-base": "^5.0.1",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^2.0.1",
"mocha": "^3.0.0",
"request": "^2.81.0"
}
}