-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
56 lines (56 loc) · 1.75 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "strugee.github.com",
"version": "1.0.0",
"description": "Personal website for AJ Jordan, powering strugee.net",
"main": "js/main.js",
"private": true,
"dependencies": {
"turbolinks": "^5.2.0",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"browserify": "^16.5.2",
"ecstatic": "^2.2.2",
"eslint": "^2.13.1",
"eslint-config-strict": "^9.1.0",
"fancy-log": "^1.3.2",
"gh-pages": "^0.11.0",
"gulp": "^4.0.2",
"gulp-attach-to-template": "github:straticjs/gulp-attach-to-template#417309e94db8491a96fd4a52b483f4db7dcc1290",
"gulp-gray-matter": "^3.0.1",
"gulp-jshint": "^2.1.0",
"gulp-pug": "^5.0.0",
"gulp-remark": "^6.0.3",
"gulp-rename": "^1.2.0",
"gulp-sort": "^2.0.0",
"gulp-stylus": "^2.7.1",
"jshint": "^2.13.4",
"merge-stream": "^1.0.0",
"ping-lazymention": "^1.0.0",
"remark-html": "^9.0.1",
"remark-rewrite-headers": "^1.0.0",
"remark-slug": "^5.1.2",
"stratic-date-in-path": "^4.0.0",
"stratic-decorate-files": "^2.0.0",
"stratic-default-categories": "^1.0.0",
"stratic-filter-drafts": "^1.0.0",
"stratic-indexes-to-rss": "github:straticjs/stratic-indexes-to-rss#a85f8af3137d7ac9686dcc2e752f39af6432ef71",
"stratic-paginate-indexes": "^1.0.1",
"stratic-posts-to-index": "^2.0.0",
"stratic-truncate-indexes": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/strugee/strugee.github.com.git"
},
"author": "AJ Jordan",
"license": "AGPL-3.0",
"gitHead": "0ab14ee7a6fece9885a82038fb57e26e2784efd1",
"bugs": {
"url": "https://github.com/strugee/strugee.github.com/issues"
}
}