-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 977 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
36
37
38
39
40
41
{
"name": "weather-envcanada",
"version": "0.0.4",
"description": "Provides weather data from Environment Canada in JSON format.",
"main": "lib/weather.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "[email protected]:gilyes/weather-envcanada.git"
},
"keywords": [
"weather",
"environment",
"canada"
],
"author": "George Ilyes",
"license": "MIT",
"bugs": {
"url": "https://github.com/gilyes/weather-envcanada/issues"
},
"homepage": "https://github.com/gilyes/weather-envcanada",
"dependencies": {
"array.prototype.find": "^1.0.0",
"request": "^2.51.0",
"xml2js": "^0.4.4"
},
"devDependencies": {
"chai": "^1.10.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.6",
"jit-grunt": "^0.9.0",
"minimatch": "^3.0.4",
"mocha": "^2.1.0",
"nock": "^0.56.0",
"rewire": "^2.1.3"
}
}