-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
{
"name": "logomator-api",
"version": "0.0.1",
"description": "Logomator API repository",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Logomator/logomator-api"
},
"author": "",
"license": "ISC",
"dependencies": {
"adm-zip": "^0.4.7",
"body-parser": "^1.17.2",
"cors": "^2.8.3",
"express": "^4.15.2",
"express-zip": "^2.0.1",
"expressjs": "^1.0.1",
"node-zip": "^1.1.1",
"nodemailer": "^4.0.1",
"pn": "^1.0.0",
"sharp": "^0.18.2",
"svg-to-png": "^3.1.2",
"svg.js": "^2.6.1",
"svg2png": "^4.1.1",
"svgdom": "0.0.10",
"svgjs": "^2.6.2",
"svgo": "^0.7.2",
"text-to-svg": "^3.1.2",
"the-noun-project": "^2.0.1"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1"
}
}