-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"version": "1.0.1",
"private": true,
"scripts": {
"start": "./node_modules/.bin/forever ./dist/bin/www.js",
"postinstall": "./node_modules/.bin/gulp build",
"test": "gulp build && \"./node_modules/.bin/jasmine\" --config=jasmine.json"
},
"dependencies": {
"@types/basic-auth": "1.1.2",
"@types/body-parser": "^1.17.0",
"@types/dotenv": "^6.1.1",
"@types/express": "^4.16.1",
"@types/moment-timezone": "^0.5.12",
"@types/morgan": "^1.7.35",
"@types/xml2js": "0.4.4",
"basic-auth": "^2.0.1",
"body-parser": "~1.19.0",
"del": "^4.1.0",
"dotenv": "^7.0.0",
"express": "~4.16.4",
"extend": "^3.0.2",
"forever-timespan-patch": "^0.15.4",
"graceful-fs": "^4.1.15",
"gulp": "^4.0.1",
"gulp-copy": "^4.0.1",
"gulp-nodemon": "^2.4.2",
"gulp-typescript": "^5.0.1",
"minimatch": "^3.0.4",
"moment-timezone": "^0.5.25",
"morgan": "~1.9.1",
"natives": "^1.1.6",
"tar": "^4.4.8",
"typescript": "^3.4.5",
"xml2js": "^0.4.19"
},
"devDependencies": {
"@types/jasmine": "^3.3.12",
"jasmine": "^3.4.0",
"jasmine-core": "^3.4.0"
},
"name": "GoogleHomeMartaNextTrain",
"engines": {
"node": "10.13.0",
"npm": "6.4.1"
}
}