-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 837 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
35
{
"name": "WReport",
"version": "0.0.1",
"description": "Weather Report",
"private": true,
"dependencies": {
"body-parser": "^1.19.0",
"bower": "^1.8.8",
"ejs": "^2.6.2",
"express": "^4.17.1",
"request": "^2.88.0"
},
"engines": {
"node": "^10.9.0"
},
"devDependencies": {
"chai": "^3.4.0",
"grunt": "^1.0.4",
"node-sass": "^4.12.0",
"grunt-available-tasks": "^0.6.2",
"grunt-bower-installer": "^0.3.6",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-istanbul": "^0.7.0",
"grunt-mocha-test": "^0.12.7",
"grunt-sass": "^3.0.2",
"mocha": "^2.3.3",
"rewire": "^2.3.4",
"saucelabs": "^1.0.1",
"selenium-webdriver": "2.44.0",
"sinon": "^1.17.7",
"supertest": "^1.1.0"
}
}