forked from defrancea/webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1017 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
31
32
33
34
35
36
37
{
"name": "wwoofer",
"description": "Server application for the French Wwoofing website",
"author": "Guillaume Zurbach",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/wwoof/webapp.git"
},
"scripts": {
"build": "brunch watch",
"start": "node-dev server.js",
"test": "brunch test"
},
"dependencies": {
"auto-reload-brunch": ">= 1.0 < 1.8",
"clean-css-brunch": ">= 1.0 < 1.8",
"css-brunch": ">= 1.0 < 1.8",
"ember-handlebars-brunch": "~1.2.0",
"express": "~3.4.8",
"express-mailer": "~0.2.3",
"express-mysql-session": "0.0.12",
"express-session": "~1.0.3",
"jade": "~1.3.1",
"javascript-brunch": ">= 1.0 < 1.8",
"jwt-simple": "~0.2.0",
"lodash": "~2.4.1",
"moment": "~2.5.1",
"mysql": "~2.1.0",
"passport": "~0.2.0",
"passport-http-bearer": "~1.0.1",
"passport-local": "~1.0.0",
"paypal-rest-sdk": "~0.8.0",
"sequelize": "~1.7.2",
"uglify-js-brunch": ">= 1.0 < 1.8"
}
}