-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1019 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
37
38
39
40
41
{
"name": "personal-website",
"version": "1.0.0",
"description": "Andrew Martone's Personal Website",
"keywords": [
"application"
],
"author": {
"name": "Andrew Martone",
"email": "[email protected]",
"url": "http://www.github.com/amartone"
},
"homepage": "http://www.github.com/amartone/personal-website",
"repository": {
"type": "git",
"url": "http://www.github.com/amartone/personal-website"
},
"engines": {
"node": ">= 5.0.0",
"npm": ">= 1.0.0"
},
"devDependencies": {
"bootstrap": "^4.0.0-alpha.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^2.0.6",
"gulp-concat": "^2.6.0",
"gulp-gh-pages": "^0.5.4",
"gulp-jshint": "^2.0.0",
"gulp-order": "^1.1.1",
"gulp-pug": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-serve": "^1.2.0",
"gulp-stylus": "^2.3.1",
"gulp-uglify": "^1.5.3",
"jshint": "^2.9.2",
"run-sequence": "^1.1.5"
},
"bundleDependencies": [],
"private": true
}