forked from ServerlessDays/serverlessdays-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.15 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
{
"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",
"hoek": "^4.2.1 ",
"lodash": ">=4.17.11",
"mime": "~>1.4.1",
"sshpk": "~>1.13.2",
"minimatch": ">=3.0.2",
"randomatic": ">=3.0.0",
"cryptiles": ">=4.1.2",
"extend": ">=3.0.2",
"stringstream": ">=0.0.6",
"clean-css": ">=4.1.11"
},
"dependencies": {}
}