-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.53 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
{
"name": "neo-hpstr-metalsmith-theme",
"version": "1.0.0",
"description": "Neo-HPSTR Metalsmith is a responsive and modern blog template based on Neo-HPSTR Jekyll",
"main": "index.js",
"scripts": {
"prestart": "npm install",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/tjpeden/neo-hpstr-metalsmith-theme.git"
},
"author": "TJ Peden <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tjpeden/neo-hpstr-metalsmith-theme/issues"
},
"homepage": "https://github.com/tjpeden/neo-hpstr-metalsmith-theme",
"dependencies": {
"gulp": "^3.9.1",
"gulp-debug": "^2.1.2",
"gulp-sass": "^2.3.2",
"handlebars": "^4.0.5",
"jstransformer-handlebars": "^1.0.0",
"metalsmith": "^2.3.0",
"metalsmith-assets": "^0.1.0",
"metalsmith-collections": "^0.9.0",
"metalsmith-discover-helpers": "^0.1.0",
"metalsmith-discover-partials": "^0.1.0",
"metalsmith-drafts": "0.0.1",
"metalsmith-excerpts": "^1.1.0",
"metalsmith-gravatar": "^0.1.0",
"metalsmith-in-place": "^2.0.1",
"metalsmith-inspect": "0.0.3",
"metalsmith-layouts": "^1.8.0",
"metalsmith-lunr": "^0.2.1",
"metalsmith-markdown-remarkable": "^0.1.1",
"metalsmith-paginate": "^0.3.0",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-prism": "^3.0.2",
"metalsmith-redirect": "^2.1.0",
"moment": "^2.17.1",
"remarkable-emoji": "^0.1.3",
"remarkable-mentions": "^0.1.0",
"striptags": "^3.0.1",
"natural": "^0.5.0"
}
}