-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 866 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
35
36
37
38
39
40
{
"name": "tagcount",
"version": "0.0.0",
"description": "A sample counter tags from twitter.",
"keywords": [
"OpenShift",
"Node.js",
"application",
"openshift"
],
"author": {
"name": "Jota",
"email": "[email protected]",
"url": "http://www.openshift.com/"
},
"homepage": "http://www.openshift.com/",
"repository": {
"type": "git",
"url": "https://github.com/jotadepaula/tagcount.git"
},
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"body-parser": "~1.0.0",
"cookie-parser": "~1.0.0",
"express": "~4.0.0",
"http": "latest",
"method-override": "~1.0.0",
"morgan": "~1.0.0",
"request": "2.9.x",
"socket.io": "^1.3.3",
"twit": "~1.1.18"
},
"devDependencies": {},
"bundleDependencies": [],
"private": false,
"main": "app.js"
}