-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
57 lines (57 loc) · 1.15 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "lg-peruse-a-rue",
"version": "0.6.4",
"author": "End Point Corp <lg@endpoint.com>",
"description": "A street view implementation for Liquid Galaxy",
"contributors": [
{
"name": "Matt Vollrath",
"email": "matt@endpoint.com"
},
{
"name": "Josh Ausborne",
"email": "jausborne@endpoint.com"
},
{
"name": "Greg Davidson",
"email": "gdavidson@endpoint.com"
},
{
"name": "David Christensen",
"email": "david@endpoint.com"
},
{
"name": "Kiel Christofferson",
"email": "kiel@endpoint.com"
}
],
"bin": {
"peruse-a-rue": "./bin/peruse-a-rue"
},
"main": "./index.js",
"scripts": {
"start": "./bin/peruse-a-rue"
},
"keywords": [
"panorama",
"pano",
"streetview",
"google"
],
"dependencies" : {
"connect" : "2.x.x",
"socket.io" : "0.9.x",
"stylus" : "*",
"commander" : "*",
"extend" : "1.2.0"
},
"analyze": false,
"license": "Apache 2.0",
"repository": {
"type": "git",
"url": "https://code.google.com/p/liquid-galaxy.lg-peruse-a-rue/"
},
"engines": {
"node": ">=0.10.0"
}
}