-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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
{
"name": "nite-out",
"version": "0.0.0",
"description": "> Tired of using multiple sites to plan your night? Nite-Out is your one-stop-shop for people looking to spend a night out on the town.",
"main": "index.js",
"dependencies": {
"bcrypt": "^0.8.0",
"body-parser": "^1.6.6",
"bookshelf": "^0.7.7",
"eventbrite": "^0.1.6",
"express": "^4.8.6",
"knex": "^0.6.22",
"mongoose": "^3.8.15",
"mysql": "^2.4.3",
"showtimes": "^0.3.0",
"yelp": "^0.1.1",
"jwt-simple": "~0.2.0"
},
"devDependencies": {
"karma": "^0.12.23",
"gulp": "^3.8.7",
"gulp-concat": "^2.3.4",
"gulp-livereload": "^2.1.1",
"gulp-jshint": "^1.8.4",
"gulp-nodemon": "^1.0.4",
"gulp-uglify": "^1.0.0",
"gulp-watch": "^0.6.10",
"jshint-stylish": "^0.4.0",
"gulp-karma": "^0.0.4"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/niteout/nite-out"
},
"authors": [
"Issaq Al-Ahmed <iAL-Ahmed>",
"Jarrod Ruhland <jangahroo>",
"Jimmy Jea <jimjea>",
"Kim Marquardt <robotBones>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/niteout/nite-out/issues"
},
"homepage": "https://github.com/niteout/nite-out"
}