-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 754 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 754 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
{
"name": "meadowlark",
"version": "1.0.0",
"description": "web app form book to learn more about nodejs",
"main": "meadowlark.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sergio Ortiz",
"license": "MIT",
"dependencies": {
"body-parser": "^1.12.2",
"cookie-parser": "^1.3.4",
"express": "^4.12.3",
"express-session": "^1.11.2",
"express3-handlebars": "^0.5.2",
"formidable": "^1.0.17",
"jquery-file-upload-middleware": "^0.1.7"
},
"devDependencies": {
"chai": "^2.1.2",
"grunt": "^0.4.5",
"grunt-cafe-mocha": "^0.1.13",
"grunt-contrib-jshint": "^0.11.1",
"grunt-exec": "^0.4.6",
"mocha": "^2.2.1",
"zombie": "~2.0.0-alpha31"
}
}