-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 977 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
39
40
41
42
43
44
45
46
47
{
"name": "expresso",
"version": "0.0.0",
"server": false,
"private": true,
"scripts": {
"clean": "rm -rf ./dist",
"build": "npm run clean && gulp prod",
"postinstall": "npm run build"
},
"dependencies": {
"superagent": "^3.7.0",
"turbo360": "latest",
"twilio": "^3.9.0"
},
"devDependencies": {
"express": "latest",
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-concat": "latest",
"gulp-less": "latest",
"gulp-minify-css": "latest",
"gulp-sourcemaps": "latest",
"gulp-rename": "latest",
"gulp-uglify": "latest",
"nodemon": "latest"
},
"functions": {
"turbo360": "latest",
"superagent": "^3.7.0",
"twilio": "^3.9.0"
},
"deploy": [
"index.html",
"dist",
"thanks.html",
"comingsoon.html",
"app.html",
"register.html",
"buy.html",
"me.html",
"admin.html",
"login.html",
"apply.html"
],
"app": "59d7b5b28284bb0012db7235"
}