-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 1.01 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
{
"name": "website-sockethub.org",
"version": "1.0.0",
"description": "metalsmith project for sockethub.org",
"main": "run.js",
"public": false,
"scripts": {
"build": "npx metalsmith",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sockethub/website-sockethub.org.git"
},
"author": "Nick Jennings <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/sockethub/website-sockethub.org/issues"
},
"homepage": "https://github.com/sockethub/website-sockethub.org",
"devDependencies": {
"jstransformer-handlebars": "^1.1.0",
"metalsmith": "^2.3.0",
"metalsmith-assets": "^0.1.0",
"metalsmith-collections": "^0.9.0",
"metalsmith-discover-helpers": "^0.1.1",
"metalsmith-discover-partials": "^0.1.2",
"metalsmith-feed": "^1.0.0",
"metalsmith-layouts": "^2.3.1",
"metalsmith-markdown": "^1.3.0"
},
"dependencies": {
"metalsmith-permalinks": "^2.2.0"
}
}