-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"name": "stevia-server",
"description": "",
"version": "1.0.0-rc.7",
"license": "GPL-3.0",
"contributors": [
"Francisco Salavert Torres <[email protected]>",
"Alejandro Alemán Ramos"
],
"repository": {
"type": "git",
"url": "https://github.com/frasator/stevia-server.git"
},
"scripts": {
"test": "tape test/test.js"
},
"dependencies": {
"archiver": "^1.3.0",
"async": "^2.0.1",
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"cors": "^2.8.0",
"decompress-zip": "^0.3.0",
"express": "^4.14.0",
"file-stream-rotator": "0.0.7",
"jade": "^1.11.0",
"mongoose": "^4.5.10",
"morgan": "^1.7.0",
"multiparty": "^4.1.2",
"nodemailer": "^2.5.0",
"nodemailer-smtp-transport": "^2.6.0",
"shelljs": "^0.7.4",
"swagger-express": "^1.0.5",
"tmp": "~0.0.29",
"xml2js": "^0.4.17",
"xmlbuilder": "^8.2.2"
},
"devDependencies": {
"supertest": "^2.0.0",
"tape": "~4.6.2"
}
}