-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1 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": "githubfieldday",
"version": "1.0.0",
"description": "Landing page for the GitHub Field Day event",
"main": "index.js",
"scripts": {
"start": "gulp",
"build": "gulp build",
"deploy": "gulp build && gulp deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/githubfieldday/site.git"
},
"author": "Jason Etcovitch",
"license": "MIT",
"bugs": {
"url": "https://github.com/githubfieldday/site/issues"
},
"homepage": "https://github.com/githubfieldday/site#readme",
"dependencies": {
"autoprefixer": "^7.1.1",
"babel-core": "^6.24.1",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.5.1",
"browser-sync": "^2.18.12",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^3.4.1",
"gulp-gh-pages": "^0.5.4",
"gulp-if": "^2.0.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-uncss": "^1.0.6",
"primer-css": "^8.0.0"
}
}