-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.64 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
{
"name": "clone-wars-chronological",
"version": "1.0.0",
"description": "Watch Star Wars the Clone Wars in chronological order",
"main": "index.js",
"author": "Jared Nutt",
"license": "MIT",
"dependencies": {
"axios": "^0.17.0",
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.0",
"cookie-parser": "^1.4.3",
"crypto": "^1.0.1",
"debug": "^3.1.0",
"dotenv": "^4.0.0",
"es6-promisify": "^5.0.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"express-validator": "^4.2.1",
"helmet": "^3.9.0",
"html-to-text": "^3.3.0",
"http": "^0.0.0",
"juice": "^4.2.2",
"md5": "^2.2.1",
"merge-json": "^0.1.0-b.3",
"mongoose": "^4.12.4",
"mongoose-mongodb-errors": "^0.0.2",
"morgan": "^1.9.0",
"nodemailer": "^4.3.1",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.4.0",
"pug": "^2.0.0-rc.4",
"validator": "^9.1.1"
},
"scripts": {
"dev": "concurrently \"npm run watch\" \"npm run assets\" --names \"💻,📦\" --prefix name",
"watch": "nodemon ./start.js --ignore public/",
"assets": "webpack -w --display-max-modules 0",
"start": "node ./start.js"
},
"devDependencies": {
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"concurrently": "^3.5.0",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^4.5.3",
"nodemon": "^1.12.1",
"postcss-loader": "^2.0.8",
"sass-loader": "^6.0.6",
"webpack": "^3.8.1"
}
}