-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.29 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
{
"name": "weather-rest-app",
"scripts": {
"start": "node bin/www",
"test": "jest --config=jest.config.json"
},
"version": "1.0.0",
"description": "Basic app to fetch weather for current day",
"license": "Apache 2",
"repository": "",
"author": "Łukasz Sitarski",
"keywords": [
""
],
"dependencies": {
"@types/node": "9.6.7",
"@types/pouchdb": "^6.3.2",
"axios": "^0.18.0",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~3.1.0",
"express": "~4.16.3",
"gulp": "^3.9.0",
"gulp-clean": "^0.4.0",
"gulp-develop-server": "^0.5.0",
"gulp-mocha": "^5.0.0",
"gulp-typescript": "^4.0.2",
"hbs": "~4.0.1",
"inversify": "^4.13.0",
"moment": "^2.22.1",
"morgan": "~1.9.0",
"pouchdb": "^6.4.3",
"q": "^1.4.1",
"reflect-metadata": "^0.1.12",
"rimraf": "^2.6.2",
"serve-favicon": "~2.5.0",
"superagent": "^3.8.2",
"ts-node": "^6.0.1",
"typescript": "^2.8.3",
"underscore": "^1.8.3",
"validatorjs": "^3.14.2"
},
"devDependencies": {
"@types/express": "^4.11.1",
"@types/jest": "^22.2.3",
"@types/validatorjs": "^3.7.1",
"assert": "^1.3.0",
"axios-mock-adapter": "^1.15.0",
"jest": "^22.4.3",
"source-map-support": "^0.5.5",
"ts-jest": "^22.4.4"
}
}