-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 884 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 884 Bytes
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
{
"name": "alexlande.com",
"private": true,
"version": "2.0.0",
"description": "This is my blog and portfolio, powered by [Jekyll](http://github.com/mojombo/jekyll) at [alexlande.com](http://alexlande.com). I can't imagine there's anything too interesting in here, but go nuts!",
"main": "index.js",
"scripts": {
"start": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/alexlande/alexlande.github.com.git"
},
"author": "Alex Lande",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexlande/alexlande.github.com/issues"
},
"homepage": "https://github.com/alexlande/alexlande.github.com",
"devDependencies": {
"cssnano": "3.6.2",
"finalhandler": "0.3.2",
"gulp": "3.8.10",
"gulp-postcss": "6.1.1",
"postcss-cssnext": "2.5.2",
"postcss-import": "^8.1.2",
"serve-static": "1.7.1"
}
}