This repository was archived by the owner on Jan 10, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.17 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.17 KB
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
{
"name": "tosdr.org",
"subdomain": "tos-dr",
"domains": [
"tosdr.org",
"www.tosdr.org"
],
"scripts": {
"start": "server.js",
"compile": "./node_modules/.bin/grunt && cp -r dist/api/* api/ && cp api/swagger* dist/api/",
"deploy": "npm run compile",
"publish": "git add . && git commit -m \"built\" && git push && git subtree push --prefix dist 5apps master",
"subtreepush": "git subtree push --prefix dist 5apps master",
"compileandpublish": "npm run compile && npm run publish",
"addremote": "git remote add 5apps git@5apps.com:tosdr_tosdr.git"
},
"version": "2020.12.24.patch1",
"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": "*"
}
}