-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "fello",
"version": "1.0.0",
"description": "Demo Project for serverless coding with Firebase",
"main": "",
"scripts": {
"dev": "gulp watch",
"deploy": "NODE_ENV=production gulp && firebase deploy --only hosting",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jerry Jalava <jerry@qvik.fi>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-csso": "^2.0.0",
"gulp-filter": "^4.0.0",
"gulp-flatten": "^0.3.1",
"gulp-inject": "^4.1.0",
"gulp-inject-string": "^1.1.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.3.0",
"gulp-sass": "^2.3.2",
"gulp-serve": "^1.4.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.9",
"gulp-webpack": "^1.5.0",
"main-bower-files": "^2.13.1",
"webpack": "^1.13.2",
"wiredep": "^4.0.0"
},
"dependencies": {}
}