forked from fauria/wunderground-pws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 860 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
{
"name": "wunderground-pws",
"version": "1.3.1",
"description": "Weather Underground PWS API library for Node.js",
"main": "lib/wunderground-pws.js",
"scripts": {
"pretest": "./node_modules/jshint/bin/jshint lib/wunderground-pws.js",
"test": "./node_modules/mocha/bin/mocha test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fauria/wunderground-pws.git"
},
"keywords": [
"wunderground",
"pws",
"weather",
"underground"
],
"author": "Fer Uría <[email protected]> (https://github.com/fauria)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fauria/wunderground-pws/issues"
},
"homepage": "https://github.com/fauria/wunderground-pws#readme",
"devDependencies": {
"chai": "^3.3.0",
"istanbul": "^0.4.0",
"jshint": "^2.8.0",
"mocha": "^2.3.3"
}
}