forked from nodedoubt/cinemaplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.21 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
{
"name": "CinemaPlate",
"version": "0.0.2",
"description": "End dinner and a movie indecision paralysis.",
"main": "server/index.js",
"engines": {
"node": "5.6"
},
"scripts": {
"start": "nodemon server/ --ignore client/",
"test": "./test/run.sh"
},
"license": "MIT",
"dependencies": {
"angular": "^1.5.0",
"angular-animate": "^1.5.0",
"angular-route": "^1.5.0",
"bcrypt-as-promised": "^1.1.0",
"bluebird": "^3.2.2",
"body-parser": "^1.14.1",
"browserify-middleware": "^5.0.2",
"cities": "^1.1.2",
"cookie-parser": "^1.4.1",
"express": "^4.12.4",
"forever": "^0.15.1",
"netflix-roulette": "^1.0.2",
"node-sass-endpoint": "^0.3.0",
"node-yelp": "0.0.3",
"pg": "^4.4.4",
"request-promise": "^2.0.1",
"uuid": "^2.0.1"
},
"devDependencies": {
"chai": "^3.4.0",
"mocha": "^2.3.3",
"nodemon": "^1.3.7",
"supertest": "^1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ilikethis/cinemaplate"
},
"keywords": [
"browserify",
"express",
"angular"
],
"bugs": {
"url": "https://github.com/ilikethis/cinemaplate/issues"
},
"homepage": "https://cinemaplate.herokuapp.com"
}