-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "maltajs_elm_app",
"version": "0.0.1",
"description": "MaltaJS Elm app",
"main": "index.js",
"engines": {
"node": "6.9.1"
},
"dependencies": {
"babelify": "^6.1.0",
"body-parser": "~1.0.1",
"bootstrap": "^3.3.7",
"elm": "0.17.0",
"elm-static-html": "^1.3.0",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.0",
"gulp-elm": "^0.5.0",
"gulp-exec": "^2.1.3",
"gulp-minify": "0.0.14",
"gulp-nodemon": "^2.2.1",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.1.1",
"mongoose": "4.1.9",
"morgan": "~1.0.0",
"nodemailer": "^1.8.0",
"nodemailer-sendgrid-transport": "^0.2.0",
"nodemon": "~1.4.1",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"spider-detector": "1.0.15"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server",
"postinstall": "elm-package install -y"
},
"author": "",
"license": "ISC"
}