-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
42 lines (42 loc) · 985 Bytes
/
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
{
"name": "orcasoundviz",
"version": "1.0.0",
"description": "Map Visualization of Orca Sightings",
"main": "server.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server",
"deploy": "echo \"TODO make deploy script\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/orcasound/orcamap.git"
},
"author": "Christian P. Sarason",
"contributors": [
{
"name": "Ivan Storck",
"email": "[email protected]",
"url": "https://www.ivanstorck.com"
},
{
"name": "Scott Viers",
"email": "[email protected]",
"url": "https://orcasound.net"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/orcasound/orcamap/issues"
},
"homepage": "https://github.com/orcasound/orcamap#readme",
"dependencies": {
"express": "4.14.1"
},
"devDependencies": {
"nodemon": "^2.0.2"
}
}