forked from koodiklinikka/koodiklinikka.fi-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 976 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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": "[email protected]: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",
"async": "^2.5.0",
"bluebird": "^2.9.3",
"body-parser": "^1.10.1",
"cors": "^2.7.1",
"express": "^4.11.0",
"google-spreadsheet": "^2.0.4",
"joi": "^10.6.0",
"lodash": "^3.10.1",
"moment": "^2.18.1",
"morgan": "^1.5.1",
"newrelic": "^1.18.0",
"node-twitter": "0.5.2",
"stripe": "^4.23.1",
"superagent": "^0.21.0",
"validator": "^3.27.0"
}
}