-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 923 Bytes
/
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
{
"name": "pxexec-orchestrator",
"version": "1.0.0",
"description": "Orchestrator daemon for BlockyTalky 3 (pxexec)",
"scripts": {
"dev": "NODE_ENV=development nodemon ./bin/www",
"grunt": "grunt",
"start": "node ./bin/www"
},
"author": "Will Temple",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@types/tmp": "0.0.33",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"errorhandler": "^1.5.0",
"express": "^4.16.4",
"method-override": "^3.0.0",
"morgan": "^1.9.1",
"tmp": "0.0.33"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.1",
"@types/errorhandler": "0.0.32",
"@types/express": "^4.16.0",
"@types/method-override": "0.0.31",
"@types/morgan": "^1.7.35",
"grunt": "^1.0.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-ts": "^6.0.0-beta.21",
"typescript": "^3.1.4"
}
}