forked from pump-io/pump-io.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.24 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
{
"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": "^2.1.0",
"eslint": "^2.13.1",
"eslint-config-strict": "^9.1.0",
"gh-pages": "^0.11.0",
"gulp": "^3.8.5",
"gulp-add-src": "^0.2.0",
"gulp-attach-to-template": "^1.0.0",
"gulp-front-matter": "^1.2.2",
"gulp-gray-matter": "^3.0.1",
"gulp-ignore": "^1.1.0",
"gulp-jade": "^0.10.0",
"gulp-jshint": "^1.6.4",
"gulp-remark": "^3.0.0",
"gulp-rename": "^1.2.0",
"gulp-rev-outdated": "0.0.3",
"gulp-sort": "^2.0.0",
"gulp-stylus": "^2.4.0",
"gulp-util": "^3.0.7",
"merge-stream": "^1.0.0",
"remark-html": "^5.0.1",
"remark-rewrite-headers": "^1.0.0",
"remark-slug": "^4.2.2",
"stratic-date-in-path": "^2.0.0",
"stratic-posts-to-index": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"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"
}
}