Files
talk/package.json
T
Belen Curcio aa2b2d498f lint
2016-11-01 12:18:00 -03:00

32 lines
693 B
JSON

{
"name": "talk",
"version": "0.0.1",
"description": "A commenting platform from The Coral Project. https://coralproject.net",
"main": "./server/bin/www",
"scripts": {
"start": "./server/bin/www",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/coralproject/talk.git"
},
"keywords": [
"talk",
"coral",
"coralproject",
"ask"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/coralproject/talk/issues"
},
"homepage": "https://github.com/coralproject/talk#readme",
"dependencies": {
"debug": "^2.2.0",
"express": "^4.14.0",
"mongoose": "^4.6.5"
}
}