-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 906 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
{
"name": "jeffconf-milano",
"version": "0.0.1",
"description": "JeffConf Milano website",
"scripts": {
"dev": "./node_modules/.bin/gulp serve-dev",
"build": "./node_modules/.bin/gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexcasalboni/JeffConf-Milano.git"
},
"keywords": [
"jeffconf",
"serverless",
"website"
],
"author": "Alex Casalboni",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexcasalboni/JeffConf-Milano/issues"
},
"homepage": "https://github.com/alexcasalboni/JeffConf-Milano#readme",
"devDependencies": {
"browser-sync": "^2.18.12",
"connect-history-api-fallback": "^1.3.0",
"gulp": "^3.9.1",
"gulp-htmlmin": "^3.0.0",
"gulp-minify-inline": "^1.0.0",
"gulp-uglify": "^3.0.0",
"pump": "^1.0.2"
},
"dependencies": {
"gulp-file-include": "^1.1.0"
}
}