-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 828 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
{
"name": "darksky",
"version": "0.1.2",
"description": "Dark Sky API wrapper for nodeJS",
"homepage": [
"https://github.com/awestendorf/node-darksky"
],
"repository": {
"type": "git",
"url": "git://github.com/awestendorf/node-darksky"
},
"keywords": [
"api",
"nodejs",
"darksky",
"weather"
],
"author": "Aaron Westendorf <aaron.westendorf@gmail.com> (https://github.com/awestendorf)",
"licenses": [
"MIT"
],
"engines": [
"node >= 0.4.7"
],
"scripts": {
"test": "jasmine-node --verbose spec/"
},
"main": "index.js",
"dependencies": {
},
"devDependencies": {
"docco": "0.3.0",
"jasmine-node": "1.0.22",
"jshint": "0.3.0"
},
"contributors": [
"Aaron Westendorf <aaron.westendorf@gmail.com> (https://github.com/awestendorf)"
]
}