-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.33 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": "shore",
"version": "0.0.1",
"description": "Node Backup",
"main": "index.js",
"scripts": {
"test": "environment=test mocha \"tests/**/*.js\" --reporter spec",
"test-acceptance": "environment=test mocha \"tests/acceptance/**/*.js\" --reporter spec",
"test-unit": "environment=test mocha \"tests/unit/**/*.js\" --reporter spec",
"test-watch": "environment=test mocha \"tests/**/*.js\" --reporter spec --watch",
"test-xunit": "environment=test mocha \"tests/**/*.js\" -R xunit-file"
},
"repository": "https://github.com/associatedemployers/shore",
"engines": {
"node": ">= 0.10.0"
},
"author": "Associated Employers",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.1",
"cron": "^1.0.9",
"email-templates": "^2.1.0",
"express": "^4.13.4",
"fs-extra": "^0.26.2",
"glob": "^7.0.0",
"knox": "^0.9.2",
"lodash": "^4.3.0",
"moment": "^2.10.6",
"nodemailer": "^2.1.0",
"nodemailer-sendgrid-transport": "^0.2.0",
"nodemailer-sendmail-transport": "^1.0.0",
"single-line-log": "^1.0.1",
"winston": "^2.1.1",
"zip-zip-top": "^0.1.0"
},
"devDependencies": {
"babel-eslint": "^4.1.5",
"chai": "^3.4.0",
"chai-as-promised": "^5.1.0",
"chai-http": "^2.0.1",
"mocha": "^2.3.3",
"rimraf": "^2.5.1",
"xunit-file": "0.0.9"
}
}