-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 964 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
41
42
43
{
"name": "tiemposocial",
"version": "1.0.0",
"description": "Twitter-based weather monitoring",
"main": "./run_server.sh",
"directories": {
"test": "test"
},
"dependencies": {
"connect": "^1.7.1",
"connect-redis": "^1.1.0",
"express": "^2.4.6",
"i18n": "^0.3.0",
"jade": "^0.16.0",
"mongoose": "^4.4.10",
"polyglot": "^0.2.0",
"should": "^0.3.1",
"socket.io": "^0.8.7",
"twitter": "^1.2.5"
},
"devDependencies": {
"expresso": "^0.9.2"
},
"scripts": {
"test": "./run_unit_tests",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/canduter/tiemposocial.git"
},
"keywords": [
"weather",
"twitter",
"websockets"
],
"author": "Jaime Ramírez Castillo",
"license": "ISC",
"bugs": {
"url": "https://github.com/canduter/tiemposocial/issues"
},
"homepage": "https://github.com/canduter/tiemposocial#readme"
}