forked from jacobs-hack/static-page-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 902 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
{
"name": "static-page",
"version": "1.0.0",
"description": "This is the jacobsHack! Splash Page.",
"main": "index.js",
"scripts": {
"build": "gulp",
"serve:dev": "serve dist -p 4332",
"run:dev": "npm run build && npm run serve:dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jacobs-hack/static-page.git"
},
"keywords": [],
"author": "dev@jacobshack.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/jacobs-hack/static-page/issues"
},
"homepage": "https://github.com/jacobs-hack/static-page#readme",
"dependencies": {
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^3.3.0",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"merge-stream": "^1.0.1"
},
"devDependencies": {
"gulp": "^3.9.1"
}
}