-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.11 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.11 KB
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
{
"name": "vientos",
"version": "1.0.0",
"description": "Web plataform aiming to create a collaboration community between social projects, ethical companies, elements of the solidarity econonomy, and conscious citizens.",
"main": "server.js",
"dependencies": {
"bcrypt-nodejs": "^0.0.3",
"handlebars": "^3.0.3",
"hapi": "^12.0.0",
"hapi-auth-cookie": "^6.1.1",
"hapi-mongodb": "^4.1.0",
"hapi-raven": "^4.3.0",
"inert": "^3.2.0",
"multiparty": "^4.1.2",
"nodemailer": "^2.6.4",
"qs": "^6.3.0",
"underscore": "^1.8.3",
"vision": "^4.0.1"
},
"devDependencies": {
"code": "^2.2.0",
"gulp": "^3.9.1",
"gulp-develop-server": "^0.5.1",
"lab": "^10.3.1"
},
"scripts": {
"test": "./node_modules/lab/bin/lab",
"start": "node server.js",
"dev": "./node_modules/gulp/bin/gulp.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ralexrdz/vientos.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ralexrdz/vientos/issues"
},
"homepage": "https://github.com/ralexrdz/vientos#readme"
}