-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.35 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
{
"name": "docs.devo.ps",
"version": "0.0.1",
"description": "docs.devo.ps",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/devo-ps/docs.devo.ps.git"
},
"keywords": [
"devo.ps",
"devops",
"devo-ps",
"documentation"
],
"author": "Vincent Viallet",
"license": "ISC",
"bugs": {
"url": "https://github.com/devo-ps/docs.devo.ps/issues"
},
"homepage": "http://docs.devo.ps",
"dependencies": {
"gulp": "3.*.*",
"gulp-util": "3.0.1",
"metalsmith-drafts": "0.0.1",
"metalsmith-markdown": "0.2.1",
"metalsmith-collections": "0.6.0",
"metalsmith-templates": "0.5.2",
"swig": "1.4.2",
"metalsmith-permalinks": "0.4.0",
"metalsmith": "0.11.0",
"metalsmith-build-date": "0.1.0",
"metalsmith-ignore": "0.1.2",
"metalsmith-assets": "0.0.1",
"metalsmith-include": "0.0.1",
"metalsmith-metadata": "0.0.1",
"metalsmith-headings": "0.0.1",
"open": "0.0.5",
"ncp": "1.0.1",
"connect": "2.26.4",
"bower": "1.3.12",
"gulp-minify-css": "0.3.10",
"gulp-concat": "2.4.1",
"gulp-clean": "0.3.1",
"gulp-sass": "1.0.0",
"merge-stream": "0.1.6",
"run-sequence": "0.3.6",
"eggshell": "latest",
"mkdirp": "0.5.0",
"consolidate": "0.10.0"
}
}