-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 767 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 767 Bytes
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
{
"name": "WReport",
"version": "0.0.1",
"description": "Weather Report",
"private": true,
"dependencies": {
"body-parser": "*",
"bower": "^1.3.12",
"ejs": "*",
"express": "*",
"request": "^2.65.0"
},
"engines": {
"node": "4.2.1"
},
"devDependencies": {
"chai": "^3.4.0",
"grunt": "^1.0.1",
"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": "^1.1.0",
"mocha": "^2.3.3",
"rewire": "^2.3.4",
"saucelabs": "^1.0.1",
"selenium-webdriver": "2.44.0",
"supertest": "^1.1.0"
}
}