-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 951 Bytes
/
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
{
"name": "movie-db",
"version": "0.1.0",
"description": "Firebase based app",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --content-base public/",
"build": "webpack --production --progress",
"watch": "webpack --production --progress --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/time2hack/movieDB.git"
},
"keywords": [
"Firebase",
"jQuery",
"Bootstrap"
],
"author": "Pankaj Patel <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/time2hack/movieDB/issues"
},
"homepage": "https://github.com/time2hack/movieDB#readme",
"dependencies": {
"bootstrap": "^3.4.1",
"firebase": "^3.0.5",
"jquery": "^3.5.0"
},
"devDependencies": {
"css-loader": "^0.26.1",
"html-webpack-plugin": "^2.24.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}