Skip to content

Commit da91d8a

Browse files
author
Nick Jonas
committed
added weather deps
1 parent 7932bd2 commit da91d8a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

coder-base/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "coder-base",
2+
"name": "coder-base",
33
"description": "kid-friendly web programming environment for pi",
44
"version": "0.0.1",
55
"private": true,
@@ -10,8 +10,10 @@
1010
"consolidate": "0.8.0",
1111
"socket.io": "0.9.13",
1212
"express-params": "0.0.3",
13-
"bcrypt": "0.7.4",
14-
"connect": "*",
15-
"cookie": "*"
13+
"bcrypt": "0.7.4",
14+
"connect": "*",
15+
"cookie": "*",
16+
"forecast.io": "0.0.9",
17+
"moment": "^2.8.3"
1618
}
1719
}

0 commit comments

Comments
 (0)