package.json
575 Bytes
{
"name": "meadowlark",
"version": "1.0.0",
"description": "",
"main": "meadowlark.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"chai": "^4.1.2",
"grunt": "^1.0.1",
"grunt-cafe-mocha": "^0.1.13",
"grunt-contrib-jshint": "^1.1.0",
"grunt-exec": "^3.0.0",
"mocha": "^4.0.1",
"zombie": "^5.0.7"
},
"dependencies": {
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"handlebars": "^4.0.11",
"linkchecker": "^1.1.0"
}
}