This repository has been archived by the owner on Apr 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 2.19 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "peritext-server-garlic-flavoured",
"version": "0.1.1",
"description": "Server application for garlic-flavoured peritext client application",
"scripts": {
"preinstall": "npm install pm2",
"test": "mocha -R spec --recursive $(find tests -name '*.spec.js')",
"dev": "concurrently \"node cron\" \"node server\"",
"start": "pm2 start ecosystem.config.js -i max --attach",
"monitor": "pm2 monit",
"build-apps": "# rm -rf builds; mkdir builds;node services/storyAppBuilder/",
"postinstall": "rm -rf temp;mkdir temp;npm run build-apps;cd peritext-generator-next;npm install;cd .."
},
"repository": {
"type": "git",
"url": "git+https://github.com/peritext/peritext.git"
},
"author": "Robin de Mourat",
"license": "MIT",
"bugs": {
"url": "https://github.com/peritext/peritext/issues"
},
"homepage": "https://github.com/peritext/peritext#readme",
"dependencies": {
"archiver": "^2.0.0",
"async": "^2.1.4",
"body-parser": "^1.16.0",
"concurrently": "^3.5.0",
"cors": "^2.8.1",
"cron": "^1.2.1",
"express": "^4.14.0",
"npm-run-script": "0.0.4",
"peritext-contextualizer-bib": "0.0.12",
"peritext-contextualizer-codefiles": "0.0.8",
"peritext-contextualizer-data-presentation": "0.0.8",
"peritext-contextualizer-dicto": "0.0.11",
"peritext-contextualizer-embed": "0.0.6",
"peritext-contextualizer-glossary": "0.0.6",
"peritext-contextualizer-image": "0.0.5",
"peritext-contextualizer-p5": "0.0.6",
"peritext-contextualizer-table": "0.0.4",
"peritext-contextualizer-vegalite": "0.0.9",
"peritext-contextualizer-video": "0.0.8",
"peritext-contextualizer-webpage": "0.0.8",
"peritext-generator-epub": "0.0.7",
"peritext-generator-pandoc": "0.0.1",
"peritext-generator-pdf": "0.0.3",
"peritext-rendering-utils": "0.0.18",
"peritext-template-codex-garlic": "0.0.27",
"peritext-template-web-garlic": "0.0.35",
"pm2": "^2.7.2",
"queue": "^4.4.0",
"raw-loader": "^0.5.1",
"uuid": "^3.0.1",
"xml2js": "^0.4.19"
},
"devDependencies": {
"chai": "^4.1.0",
"mocha": "^4.0.1",
"mock-fs": "^4.2.0",
"request": "^2.79.0",
"supertest": "^3.0.0"
}
}