-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "quotables",
"version": "0.0.1",
"description": "Simple quote saving application.",
"main": "app.coffee",
"repository": {
"type": "git",
"url": "https://github.com/anastasia/Quotable"
},
"author": "anastasia",
"scripts": {
"start": "NODE_ENV=development NODE_PATH='./app' node-dev app.coffee"
},
"dependencies": {
"body-parser": "^1.12.0",
"coffee-script": "^1.9.1",
"connect-mongo": "^0.7.0",
"error-handler": "^1.0.0",
"errorhandler": "^1.4.2",
"express": "^4.11.2",
"express-session": "^1.10.3",
"fibrous": "^0.3.3",
"jade": "^1.9.2",
"method-override": "^2.3.1",
"mongoose": "^4.1.0",
"morgan": "^1.5.1",
"node-dev": "^2.6.1",
"node-uuid": "^1.4.3",
"nodemailer": "^1.4.0",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^1.0.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-stylus": "^0.21.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-html2js": "^0.3.0"
}
}