-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
34 lines (34 loc) · 939 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
{
"name": "nodester",
"version": "0.1",
"description": "Open Source Node.js Hosting Platform",
"keywords": ["installer", "nodester", "web","hosting","nodejs","js","node"],
"homepage": "http://www.nodester.com",
"author": { "name": "ChrisMatthieu", url:"twitter.com/chrismatthieu" },
"contributors": [
{ "name": "ChrisMatthieu", url:"twitter.com/chrismatthieu" },
{ "name": "eldios", url:"twitter.com/eldios", "email": "[email protected]" }
],
"dependencies": {
"connect": ">= 1.4.0",
"coffee-script":"*",
"colors":"*",
"nodemailer":"*",
"pool":"*",
"express":"*",
"request":"*",
"npm-wrapper":"*",
"bouncy":"*",
"cradle":"*",
"nodeinfo":"*",
"socket.io":"*",
"bouncy":"*",
"daemon":"*"
},
"repository": "http://github.com/nodester/nodester",
"scripts": {
{
"preinstall": "scripts/dependencies_verify.sh",
"install": "scripts/env_creation.sh
}
}