-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 3.02 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "netres",
"version": "10.3.1",
"description": "reasercher social media project",
"author": "Ahmed, Path, Talha>",
"contributors": [
{
"name": "ahmed",
"email": "[email protected]"
},
{
"name": "talha",
"email": "[email protected]"
},
{
"name": "parth",
"email": "[email protected]"
}
],
"bin": {
"module-name": "./bin/module-name"
},
"scripts": {
"test": "vows --spec --isolate",
"start": "node index.js",
"predeploy": "echo im about to deploy",
"postdeploy": "echo ive deployed",
"prepublish": "coffee --bare --compile --output lib/foo src/foo/*.coffee"
},
"main": "lib/foo.js",
"repository": {
"type": "git",
"url": "https://github.com/nodejitsu/browsenpm.org"
},
"bugs": {
"url": "https://github.com/nodejitsu/browsenpm.org/issues"
},
"keywords": [
"nodejitsu",
"example",
"browsenpm"
],
"dependencies": {
"primus": "*",
"async": "~0.8.0",
"express": "4.2.x",
"winston": "git://github.com/flatiron/winston#master",
"bigpipe": "bigpipe/pagelet",
"plates": "https://github.com/flatiron/plates/tarball/master"
},
"devDependencies": {
"assume": "<1.0.0 || >=2.3.1 <2.4.5 || >=2.5.2 <3.0.0",
"gulp-traceur": "^0.17.2",
"pre-commit": "*",
"vows": "^0.7.0"
},
"preferGlobal": true,
"private": true,
"publishConfig": {
"registry": "https://your-private-hosted-npm.registry.nodejitsu.com"
},
"subdomain": "foobar",
"analyze": true,
=======
"name": "cloud_project",
"version": "3.5.0",
"repository": {
"type": "git",
"url": "https://github.com/parth-r-patel/cloud-project"
},
"scripts": {
"start": "node app.js",
"test": "mocha --reporter spec --timeout 5000"
},
"dependencies": {
"async": "^1.5.2",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.15.0",
"cheerio": "^0.20.0",
"compression": "^1.6.1",
"connect-mongo": "^1.1.0",
"dotenv": "^2.0.0",
"errorhandler": "^1.4.3",
"expect.js": "~0.2.0",
"express": "^4.13.4",
"express-flash": "^0.0.2",
"express-session": "^1.13.0",
"express-validator": "^2.19.2",
"fbgraph": "^1.1.0",
"github-api": "^0.11.2",
"instagram-node": "^0.5.8",
"jade": "^1.11.0",
"lob": "^3.8.0",
"lodash": "^4.6.1",
"lusca": "^1.3.0",
"mongoose": "^4.4.6",
"morgan": "^1.7.0",
"multer": "^1.1.0",
"node-linkedin": "^0.5.3",
"node-sass-middleware": "^0.9.7",
"nodemailer": "^2.3.0",
"passport": "0.3.2",
"passport-facebook": "^2.1.0",
"passport-github": "^1.1.0",
"passport-google-oauth": "^1.0.0",
"passport-linkedin-oauth2": "^1.4.0",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport-openid": "^0.4.0",
"request": "^2.69.0",
"s3": "^4.4.0",
"stylus": "~0.40.3",
"superagent": "~0.15.7",
"validator": "^5.1.0",
"yui": "^3.18.1"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"supertest": "^1.2.0"
},
"license": "MIT"
}