29 lines
792 B
JSON
29 lines
792 B
JSON
{
|
|
"name": "snv4-testresults",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"bower": "^1.5.2",
|
|
"handlebars": "^3.0.3",
|
|
"handlebars-layouts": "^3.1.0",
|
|
"highlight.js": "^9.4.0",
|
|
"metalsmith": "^1.0.1",
|
|
"metalsmith-collections": "^0.7.0",
|
|
"metalsmith-collections-paginate": "^2.0.1",
|
|
"metalsmith-filemetadata": "^1.0.0",
|
|
"metalsmith-layouts": "^1.6.5",
|
|
"metalsmith-markdown": "^0.2.1",
|
|
"metalsmith-matters": "^1.2.0",
|
|
"metalsmith-paginate": "^0.3.0",
|
|
"metalsmith-pagination": "^1.0.0",
|
|
"metalsmith-paths": "^2.1.2",
|
|
"metalsmith-permalinks": "^0.4.0",
|
|
"moment": "^2.6.0",
|
|
"serve": "^1.4.0"
|
|
},
|
|
"scripts": {
|
|
"serve": "serve build -p ${PORT:-3000}",
|
|
"build": "node build.js"
|
|
},
|
|
"license": "MIT"
|
|
}
|