-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 831 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
{
"name": "mongodb-node-beer-and-tech",
"version": "1.0.0",
"description": "A repository for my Beer & Technology talk on MongoDB and Node.js",
"main": "./node/1-hello-world/index.js",
"dependencies": {
"edge": "6.5.1",
"express": "4.15.2",
"moment": "2.18.1",
"mongodb": "2.2.25"
},
"devDependencies": {},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eXigentCoder/mongodb-node-beer-and-tech.git"
},
"keywords": [
"Node.js",
"mongodb"
],
"author": "Ryan Kotzen <[email protected]> (http://blog.exigentcoder.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/eXigentCoder/mongodb-node-beer-and-tech/issues"
},
"homepage": "https://github.com/eXigentCoder/mongodb-node-beer-and-tech#readme"
}