-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 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
{
"name": "nightlife-app",
"version": "1.0.0",
"description": "FCC NightLife Coordination App",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanjogs/nightlife-app.git"
},
"author": "Sanjog",
"license": "ISC",
"bugs": {
"url": "https://github.com/sanjogs/nightlife-app/issues"
},
"homepage": "https://github.com/sanjogs/nightlife-app#readme",
"dependencies": {
"bower": "^1.8.0",
"crypto": "0.0.3",
"dotenv": "^4.0.0",
"express": "^4.14.1",
"express-session": "^1.15.1",
"mongoose": "^4.8.7",
"oauth-1.0a": "^2.1.0",
"passport": "^0.3.2",
"passport-twitter": "^1.0.4",
"request": "^2.81.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2"
}
}