forked from tosdr/tosdr.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 747 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 747 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
{
"name": "tosdr.org",
"subdomain": "tos-dr",
"domains": [
"tosdr.org",
"www.tosdr.org"
],
"scripts": {
"start": "server.js"
},
"version": "0.0.0-18",
"repository": "git@github.com:tosdr/tosdr.org.git",
"dependencies": {
"imap": "*",
"mailparser": "^2.7.7",
"mongodb": "^3.5.4",
"mustache": "^4.0.0",
"node-static": "^0.7.11",
"xml-js": "^1.6.11"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "*",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-svgmin": "^6.0.0",
"load-grunt-tasks": "^5.1.0",
"matchdep": "*"
}
}