-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 744 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 744 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
{
"name": "hvid.io",
"version": "0.0.0-24",
"description": "RealTime Video Search Twitter / Facebook / GooglePlus",
"main": "server.coffee",
"scripts": {
"start": "coffee server.coffee"
},
"repository": {
"type": "git",
"url": "git@github.com:Evangenieur/hvid.io.git"
},
"dependencies": {
"coffee-script": "1.4.0",
"zappajs": "0.4.12",
"zappajs-partials": "0.0.7",
"underscore": "1.4.2",
"optimist": "0.3.5",
"q": "0.8.11",
"ntwitter": "0.5.0",
"cheerio": "0.10.3",
"less-middleware": "*",
"jade": "*",
"request": "2.12.0",
"youtube-feeds": "*"
},
"engines": {
"node": "0.8.x"
},
"subdomain": "hvid",
"domains": [
"hvid.io",
"www.hvid.io"
]
}