-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·46 lines (46 loc) · 988 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
38
39
40
41
42
43
44
45
46
{
"description": "Serbian Node.js community website - http://www.nodejs.rs",
"version": "0.5.3",
"author": "Zarko Stankovic <[email protected]>",
"private": true,
"dependencies": {
"express": "2.5.9",
"jade": "0.25.0",
"mongoose": "2.5.10",
"express-messages": "0.0.2",
"imagemagick": "0.1.2",
"session-mongoose": "0.0.2",
"marked": "0.2.9",
"pdfcrowd": "1.0.1",
"browserify": "1.13.x",
"colors": "0.6.x",
"commander": "0.6.x",
"nodemailer": "0.3.x"
},
"bundledDependencies": [
"mongoose",
"imagemagick"
],
"devDependencies": {
"should": "*",
"mocha": "latest"
},
"engines": {
"node": "0.8.x"
},
"main": "./app.js",
"repository": {
"type": "git",
"url": "[email protected]:ManInTheBox/nodejs.rs.git"
},
"analyze": false,
"subdomain": "nodesrbija",
"scripts": {
"start": "app.js"
},
"name": "node-srbija",
"domains": [
"nodejs.rs",
"www.nodejs.rs"
]
}