-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "pump-io.github.io",
"version": "1.0.0",
"description": "http://pump.io build system and source files",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"browserify": "^13.0.1",
"ecstatic": "^3.2.0",
"gh-pages": "^0.11.0",
"gulp": "^3.8.5",
"gulp-add-src": "^0.2.0",
"gulp-attach-to-template": "^1.0.0",
"gulp-gray-matter": "^3.0.1",
"gulp-pug": "^3.3.0",
"gulp-remark": "^3.0.0",
"gulp-rename": "^1.2.0",
"gulp-stylus": "^2.4.0",
"gulp-util": "^3.0.7",
"remark-html": "^5.0.1",
"remark-rewrite-headers": "^1.0.0",
"remark-slug": "^4.2.2",
"stratic-date-in-path": "^4.0.0",
"stratic-filter-drafts": "^1.0.0",
"stratic-indexes-to-rss": "^1.0.2",
"stratic-paginate-indexes": "^1.0.1",
"stratic-posts-to-index": "^2.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pump-io/pump-io.github.io.git"
},
"bugs": {
"url": "https://github.com/pump-io/pump-io.github.io/issues"
}
}