-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json.bak
34 lines (34 loc) · 933 Bytes
/
package.json.bak
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
{
"name": "movies_browser",
"version": "1.0.0",
"description": "A simple angular application to browse the movie database api",
"main": "server.js",
"scripts": {
"prestart": "bower install",
"postinstall": "node_modules/.bin/gulp init"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Girardvjonathan/moviesBrowser.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Girardvjonathan/moviesBrowser/issues"
},
"homepage": "https://github.com/Girardvjonathan/moviesBrowser#readme",
"dependencies": {
"body-parser": "^1.4.3",
"bower": "^1.7.9",
"browser-sync": "^2.12.7",
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-filter": "^4.0.0",
"gulp-main-bower-files": "^1.5.0",
"method-override": "^2.1.3",
"mongoose": "^4.4.12",
"morgan": "^1.1.1",
"run-sequence": "^1.1.5"
}
}