-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.68 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
53
54
55
56
57
58
59
60
{
"name": "elm-tv",
"version": "1.0.0",
"description": "App for tracking what TV shows you're watching have episodes to watch",
"main": "server.js",
"directories": {
"test": "test"
},
"dependencies": {
"auth0-lock": "^9.2.1",
"compression": "^1.6.2",
"express": "^4.13.4",
"express-jwt": "^3.4.0",
"mutation-summary": "0.0.0",
"pouchdb-browser": "^5.4.1"
},
"devDependencies": {
"auth0-js": "^7.0.2",
"cross-env": "^1.0.8",
"dotenv": "^2.0.0",
"elm-webpack-loader": "^3.0.3",
"es6-promise": "^3.2.1",
"express-pouchdb": "^1.0.3",
"file-loader": "^0.8.5",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.10",
"gulp-load-plugins": "^1.2.4",
"gulp-sass": "^2.3.1",
"json-loader": "^0.5.4",
"material-design-lite": "^1.1.3",
"pouchdb-node": "^5.4.1",
"project-fuzzball-test": "^1.0.4",
"run-sequence": "^1.2.1",
"sw-precache": "^3.2.0",
"transform-loader": "^0.2.3",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^1.14.1",
"whatwg-fetch": "^1.0.0"
},
"scripts": {
"styles": "gulp css",
"prod": "webpack --config webpack.prod.config.js && gulp css && cp client/index.html dist/index.html && cp client/assets/* dist/ && gulp service-worker",
"start-prod": "cross-env NODE_ENV=production \"node server.js\"",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jbalboni/elm-tv.git"
},
"keywords": [
"elm"
],
"author": "Jeff Balboni",
"license": "MIT",
"bugs": {
"url": "https://github.com/jbalboni/elm-tv/issues"
},
"homepage": "https://github.com/jbalboni/elm-tv#readme"
}