forked from nodester/nodester
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (32 loc) · 761 Bytes
/
package.json
File metadata and controls
33 lines (32 loc) · 761 Bytes
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
{
"name":"nodester-server",
"description":"Nodester Server",
"version":"0.0.1",
"homepage":"http://github.com/nodester/nodester",
"repository":"git://github.com/nodester/nodester.git",
"author":"Nodester <chris@nodester.com> (http://nodester.com/)",
"dependencies":{
"coffee-script":"*",
"colors":"*",
"nodemailer":"*",
"pool":"*",
"express":"*",
"request":"*",
"npm-wrapper":"*",
"bouncy":"*",
"cradle":"*",
"nodeinfo":"*",
"socket.io":"*",
"daemon":"*",
"bolt":"0.3.3"
},
"engines":{
"node":">= 0.4.7"
},
"licenses":[
{
"type":"MIT",
"url":"http://github.com/nodester/nodester/blob/master/LICENSE.txt"
}
]
}