-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 868 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 868 Bytes
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
{
"name": "meetings-data-api",
"version": "1.0.0",
"description": "Meetin.gs Data API",
"dependencies": {
"async": "~ 0.2.9",
"cluster-server": "~ 0.0.5",
"express": "~ 3.3.0",
"abraxas": "2.1.10",
"md5": "~ 1.0.0",
"request": "~ 2.74.0",
"pusher" : "1.0.0",
"traverse" : "0.6.6",
"underscore": "~ 1.5.0"
},
"bin": "./data-api.js",
"scripts": {
"test": "echo No tests specified"
},
"repository": {
"type": "git",
"url": "git@github.com:meetings/data-api-node.git"
},
"contributors": [
{ "name": "Jussi Kaijalainen", "email": "jussi@meetin.gs" },
{ "name": "Tuomas Starck", "email": "tuomas@meetin.gs" },
{ "name": "Antti Vähäkotamäki", "email": "antti@meetin.gs" }
],
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/meetings/data-api-node/issues"
}
}