-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.04 KB
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
{
"name": "dpi",
"private": true,
"version": "1.0.0",
"description": "Test static site implementation",
"repository": {
"type": "git",
"url": "https://github.com/spacious/dpi.git"
},
"devDependencies": {
"aglio": "^1.18.0",
"bootprint": "^0.4.6",
"bootprint-swagger": "^0.4.2",
"chalk": "^1.0.0",
"deasync": "0.0.10",
"debug": "^2.1.3",
"filewalker": "^0.1.2",
"gulp": "^3.8.11",
"gulp-connect": "^2.2.0",
"gulp-gh-pages": "^0.5.0",
"gulp-util": "^3.0.4",
"handlebars": "^3.0.1",
"jsonfile": "^2.0.0",
"lodash": "^3.6.0",
"metalsmith": "^1.5.0",
"metalsmith-assets": "^0.1.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-filepath": "^1.0.1",
"metalsmith-markdown": "^0.2.1",
"metalsmith-metallic": "^0.3.1",
"metalsmith-navigation": "^0.1.0",
"metalsmith-permalinks": "^0.4.0",
"metalsmith-templates": "^0.7.0",
"minimatch": "^2.0.4",
"mkdirp": "^0.5.0",
"multimatch": "^2.0.0",
"shallow-copy": "0.0.1",
"yargs": "^3.7.0"
}
}