forked from ServerlessDays/serverlessdays-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 908 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 908 Bytes
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
{
"name": "serverlessdays-web",
"version": "0.0.1",
"description": "ServerlessDays Website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antstanley/serverlessdays-web.git"
},
"author": "A Stanley",
"license": "MIT",
"bugs": {
"url": "https://github.com/antstanley/serverlessdays-web/issues"
},
"homepage": "https://github.com/antstanley/serverlessdays-web#readme",
"devDependencies": {
"browser-sync": "^2.23.3",
"connect-history-api-fallback": "^1.5.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-file-include": "^2.0.1",
"gulp-htmlmin": "^4.0.0",
"gulp-minify-inline": "^1.0.0",
"gulp-minify-inline-json": "^1.3.0",
"gulp-plumber": "^1.2.0",
"gulp-uglify": "^3.0.0",
"pump": "^2.0.0"
},
"dependencies": {}
}