-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 992 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 992 Bytes
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
{
"name": "meadowlarktravel",
"version": "0.0.0",
"description": "Sample website for Web Development with Node and Express (O'Reilly).",
"main": "meadowlark.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/EthanRBrown/web-development-with-node-and-express.git"
},
"author": "Ethan Brown <e@zepln.com>",
"license": "GPL, MIT",
"bugs": {
"url": "https://github.com/EthanRBrown/web-development-with-node-and-express/issues"
},
"homepage": "https://github.com/EthanRBrown/web-development-with-node-and-express",
"dependencies": {
"express": "~4.4.2",
"express3-handlebars": "~0.5.0",
"chai": "~1.9.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cafe-mocha": "^0.1.12",
"grunt-contrib-jshint": "^0.10.0",
"grunt-exec": "^0.4.5",
"mocha": "~1.20.1",
"webpack-bundle-analyzer": "^1.4.1",
"zombie": "~2.0.0-alpha31"
}
}