-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 825 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 825 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": "you-R-here",
"version": "0.3.16",
"description": "you-R-here helps agile iteration demos suck less",
"homepage": "https://github.com/racingcow/you-R-here/issues",
"bugs": "https://github.com/racingcow/you-R-here/issues",
"author": {
"name": "David Miller",
"email": "racingcow@hotmail.com",
"url": "https://github.com/racingcow"
},
"contributors": [
{
"name": "Rick Yoesting",
"url": "https://github.com/ryoe"
}
],
"engines": {
"node": ">=0.10.x"
},
"dependencies": {
"express": ">= 3.0.0rc2",
"gravatar": ">= 1.0.6",
"jade": ">= 0.27.6",
"mime": ">= 1.2.6",
"moment": ">= 1.6.2",
"socket.io": ">= 0.9.9",
"underscore": ">= 1.3.3",
"node-uuid": ">= 1.4.0",
"underscore.string": ">=2.3.0",
"async": "~0.2.10"
}
}