express-json-views
Version:
A JSON view engine for express
38 lines (37 loc) • 844 B
JSON
{
"name": "express-json-views",
"version": "0.2.2",
"description": "A JSON view engine for express",
"main": "index.js",
"scripts": {
"test": "mocha test",
"preversion": "npm test",
"postversion": "git push --follow-tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/freshfox/express-json-views.git"
},
"keywords": [
"express",
"views",
"json",
"rest",
"api"
],
"author": "Dominic Bartl",
"license": "MIT",
"bugs": {
"url": "https://github.com/freshfox/express-json-views/issues"
},
"homepage": "https://github.com/freshfox/express-json-views#readme",
"dependencies": {
"bluebird": "^3.4.6",
"graceful-fs": "^4.1.10",
"lodash": "^4.16.6"
},
"devDependencies": {
"mocha": "^6.1.4",
"should": "^13.2.3"
}
}