-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 938 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
{
"name": "Blogging",
"description": "Micro Blogging Site",
"version": "0.0.1",
"dependencies": {
"ejs": "=0.6.1",
"mysql": "=0.9.5",
"express": "=2.5.10",
"openid": "=0.4.1",
"connect-redis": "=1.2.0",
"bcrypt": "=0.6.0",
"request": "=2.9.153",
"generic-pool": "=1.0.9",
"acl": "=0.1.4",
"redis": "=0.7.1",
"optimist": "=0.3.1",
"jsdom": "=0.2.13",
"xml2js": "=0.1.13",
"uglify-js": "=1.2.5",
"csv": "=0.0.11",
"clean-css": "=0.3.2",
"async": "=0.1.18",
"amon" : "=0.3.1",
"xmlbuilder" : "=0.3.1",
"magickwand" : "=0.0.7"
},
"devDependencies": {
},
"repository": {
"type": "git",
"url": "git+ssh://github.com:peeyushsrivastava/microBlogging.git"
},
"engines": {
"node" : ">=0.6.0",
"npm" : ">=1.1.0"}
}