-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.24 KB
/
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
39
40
41
42
43
{
"name": "trainspot",
"private": true,
"version": "0.0.1",
"description": "Check in on a train",
"homepage": "http://trainhack.github.com/trainspot",
"author": "undefined <undefined>",
"keywords": [
"node"
],
"maintainers": [{
"name": "undefined",
"email": "undefined"
}],
"contributors": [
],
"licenses": [
{
"type": "BSD 3-Clause",
"url": "http://opensource.org/licenses/bsd-3-clause"
}
],
"bugs": {
"url": "https://github.com/trainhack/trainspot/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/trainhack/trainspot.git"
},
"engines": {
"node": ">= 0.8.x",
"coffee": ">= 1.3.x",
"npm": "1"
},
"dependencies": {
"zappajs": ">= 0.3.10",
"mongoose": ">= 3.3.1",
"supergoose": ">= 0.0.8",
"passport": ">= 0.1.12",
"passport-google": ">= 0.2.0",
"coffee-script": "1.3.3"
}
}