-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (33 loc) · 720 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (33 loc) · 720 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
34
35
36
37
38
39
{
"name": "transportapi",
"version": "0.0.1",
"description": "This is a implementation of the TransportAPI in coffee script.",
"homepage": "http://transport.opendata.ch/",
"repository": {
"type": "git",
"url": "https://github.com/akuendig/transportapi.git"
},
"author": {
"name": "Adrian Kuendig",
"email": "adriankue@gmail.com"
},
"engines": {
"node": "0.6"
},
"scripts": {
"test": "mocha --reporter list"
},
"private": true,
"dependencies": {
"request": "2.9.x",
"express": "2.5.x",
"jade": "0.x",
"futures": "2.x",
"xml2js": "0.1.x",
"xmlbuilder": "0.3.x",
"validator": "0.4.x"
},
"devDependencies": {
"chai": "0.5.x"
}
}