-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.26 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
{
"name": "ColdCast",
"version": "1.0.0",
"description": "a web based weather application that displays the 10 coldest cities in Canada along with the temperature.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/veronikaslc/ColdCast.git"
},
"keywords": [
"web",
"weather",
"coldest",
"temperature",
"canada"
],
"author": "Veronika Koltunova",
"license": "ISC",
"bugs": {
"url": "https://github.com/veronikaslc/ColdCast/issues"
},
"homepage": "https://github.com/veronikaslc/ColdCast",
"dependencies": {
"angular-mocks": "^1.3.2",
"body-parser": "^1.9.2",
"cheerio": "^0.18.0",
"express": "^4.13.4",
"fs": "0.0.2",
"mongojs": "2.5.0",
"node": "0.0.0",
"protractor": "^1.4.0",
"readline": "0.0.5",
"request": "^2.48.0",
"winston": "^0.8.3",
"mongodb": "^2.1.16",
"morgan": "^1.7.0",
"object-assign": "4.1.0",
"chai": "^3.5.0",
"chai-http": "^2.0.1",
"ejs": "^2.4.1"
},
"engine": {
"node": "*",
"npm": "*"
},
"devDependencies": {
"karma": "^0.12.25",
"karma-chrome-launcher": "^0.1.5",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.2.3"
}
}