Skip to content

Commit cb8b3af

Browse files
committed
add mongo and express
1 parent 772e5ae commit cb8b3af

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
"name": "locker",
33
"version": "1.0.0",
44
"description": "",
5-
"keywords":[],
5+
"keywords": [],
66
"main": "",
77
"dependencies": {
8+
"express": "^4.10.0",
9+
"mongoskin": "^1.4.4"
810
},
9-
"devDependencies": {
10-
"mocha":"*",
11-
"chai":"*"
11+
"devDependencies": {
12+
"mocha": "*",
13+
"chai": "*"
1214
},
1315
"scripts": {
1416
"test": "mocha"

0 commit comments

Comments
 (0)