-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (38 loc) · 868 Bytes
/
package.json
File metadata and controls
41 lines (38 loc) · 868 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
34
35
36
37
38
39
40
41
{
"name": "my-initializer-app",
"version": "0.0.2",
"private": true,
"repository" : {
"type" : "git",
"url" : "git://github.com/NezbiT/my-initializer-app.git"
},
"author" : {
"name" : "Mario Alvarez",
"email" : "xchemariox@gmail.com",
"twitter" : "@NezsbiT",
"github" : "NezbiT"
},
"engines": {
"node": "0.10.5"
},
"main": "server.js",
"scripts": {
"start": "node node_modules/coffee-script/bin/cake start"
},
"dependencies": {
"bouncy" : ">=3.1.1",
"coffee-script" : ">=1.6.2",
"colors" : ">=0.6.0",
"consolidate" : ">=0.9.1",
"express": ">=3.2.4",
"forever" : ">=0.10.7",
"jade": ">=0.30.0",
"moment": "*",
"middleware" : "*",
"marked" : ">=0.2.8",
"nib" : ">=0.9.1",
"nodefly" : ">=0.1.40",
"stylus": ">=0.32.1",
"socket.io": ">=0.9.14"
}
}