-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.22 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.22 KB
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
{
"name": "PhysioNetAPI",
"version": "0.0.1",
"description": "Query patient data from the PhysioNet Computing in Cardiology Challenge 2012",
"homepage": "https://criticalcare.heroku.com",
"source": "https://github.com/CriticalCare/PhysioNetAPI",
"author": "Florian Rathgeber <florian.rathgeber@gmail.com>",
"keywords": [
"node"
],
"licenses": [
{
"type": "BSD 3-Clause",
"url": "http://opensource.org/licenses/bsd-3-clause"
}
],
"bugs": {
"url": "https://github.com/CriticalCare/PhysioNetAPI/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/CriticalCare/PhysioNetAPI.git"
},
"engines": {
"node": ">= 0.8.x",
"coffee": ">= 1.3.x",
"jade": ">= 0.27",
"npm": "1"
},
"dependencies": {
"zappajs": ">= 0.4",
"mongoose": ">= 3.3",
"jade": ">= 0.27",
"node-markdown": ">= 0.1",
"coffee-script": ">= 1.3"
}
}