estisia-wall
Version:
A pluggable message wall
48 lines (47 loc) • 1.13 kB
JSON
{
"name": "estisia-wall",
"version": "0.7.0",
"description": "A pluggable message wall",
"homepage": "http://nagyv.github.io/estisia-wall/",
"author": {
"name": "Viktor Nagy",
"email": "viktor.nagy@gmail.com",
"url": "https://github.com/nagyv"
},
"repository": "nagyv/estisia-wall",
"license": "MIT",
"files": [
"lib/*.js",
"index.js"
],
"keywords": [
"estisia-wall",
"messageboard",
"message wall",
"mongoose",
"pluggable"
],
"dependencies": {
"lodash": "^4.11.1",
"mongoose": "^4.4.13"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-cli": "^2.1.0",
"grunt-notify": "^0.4.1",
"jsdoc": "^3.3.0-beta1",
"jshint-stylish": "^2.1.0",
"load-grunt-tasks": "^3.5.0",
"mockgoose": "^6.0.2",
"should": "^8.3.1",
"time-grunt": "^1.0.0"
},
"scripts": {
"test": "./node_modules/.bin/grunt",
"gendocs": "./node_modules/.bin/jsdoc -d docs -r README.md lib/"
}
}