mirror of
https://github.com/koodiklinikka/koodiklinikka.fi-api.git
synced 2026-01-26 11:44:12 +00:00
33 lines
823 B
JSON
33 lines
823 B
JSON
{
|
|
"name": "koodiklinikka.fi-api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:koodiklinikka/koodiklinikka.fi-api.git"
|
|
},
|
|
"author": "Riku Rouvila",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/koodiklinikka/koodiklinikka.fi-api/issues"
|
|
},
|
|
"homepage": "https://github.com/koodiklinikka/koodiklinikka.fi-api",
|
|
"dependencies": {
|
|
"apicache": "0.0.12",
|
|
"bluebird": "^2.9.3",
|
|
"body-parser": "^1.10.1",
|
|
"express": "^4.11.0",
|
|
"lodash": "^3.10.1",
|
|
"morgan": "^1.5.1",
|
|
"node-twitter": "0.5.2",
|
|
"superagent": "^0.21.0",
|
|
"validator": "^3.27.0",
|
|
"newrelic": "^1.18.0"
|
|
}
|
|
}
|